Html Css Color HEX #271FFB Han Purple

📋 copy color: '#271FFB'

red 39 ◦ green 31 ◦ blue 251

#271FFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #271FFB

Tints of Han Purple #271FFB

RGB

 RED value IS 39 (15.63% from 255) = 12.15%

 GREEN value IS 31 (12.5% from 255) = 9.66%

 BLUE value IS 251 (98.44% from 255) = 78.19%

R = 12.15%
G = 9.66%
B = 78.19%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#271FFB (or 0x271FFB) is known color: Han Purple. HEX triplet: 27, 1F and FB. RGB value is (39,31,251). Sum of RGB (Red+Green+Blue) = 39+31+251=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 251 (98.44% from 255 or 78.19% from 321); Max value from RGB is 251 - color contains mainly: blue. Hex color #271FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271FFB is #D8E004. Grayscale: #393939. Windows color (decimal): -14213125 or 16457511. OLE color: 16457511.

HSL color Cylindrical-coordinate representation of color #271FFB: hue angle of 242.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271FFB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 39 31 251 -
CMYK 0.84 0.88 0 0.02
HSL 242.18º 0.96% 0.55% -
HSV(B) 242.18º 0.88% 0.98% -
XYZ 18.74 8.38 91.9 -
YUV 58.47 236.65 114.11 -
System Red Green Blue C M Y K H S L
Decimal 39 31 251 0.84 0.88 0 0.02 242.18 0.96 0.55
Hex 27 1F FB 54 58 0 2 F2 60 37
Octal 47 37 373 124 130 0 2 362 140 67
Binary 100111 11111 11111011 1010100 1011000 0 10 11110010 1100000 110111

Color Harmonies of #271FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FFB

Black with #271FFB

Text Example


Text Example

White with #271FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271FFB; }

 p { color: rgb(39,31,251); }

 H1.HeaderClassName
 {
   color: #271FFB;
 }
 .AnyTagClassName
 {
   color: #271FFB;
 }
</style>

background-color css

<style>
 a { background-color: #271FFB; }

 a { background-color: rgb(39,31,251); }

 div.DivClassName
 {
   background-color: #271FFB;
 }
 .BgClassName
 {
   background-color: #271FFB;
 }
</style>

border-color css

<style>
 span { border-color: #271FFB; }

 span { border-color: rgb(39,31,251); }

 td.TdClassName
 {
   border-color: #271FFB;
 }
 .TagClassName
 {
   border-color: #271FFB;
 }
</style>