Html Css Color HEX #271FE4 Han Purple

📋 copy color: '#271FE4'

red 39 ◦ green 31 ◦ blue 228

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

Shades of Han Purple #271FE4

Tints of Han Purple #271FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 76.51%

R = 13.09%
G = 10.4%
B = 76.51%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#271FE4 (or 0x271FE4) is known color: Han Purple. HEX triplet: 27, 1F and E4. RGB value is (39,31,228). Sum of RGB (Red+Green+Blue) = 39+31+228=298 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.09% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 228 (89.45% from 255 or 76.51% from 298); Max value from RGB is 228 - color contains mainly: blue. Hex color #271FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #271FE4 is #D8E01B. Grayscale: #373737. Windows color (decimal): -14213148 or 14950183. OLE color: 14950183.

HSL color Cylindrical-coordinate representation of color #271FE4: hue angle of 242.44º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #271FE4 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 39 31 228 -
CMYK 0.83 0.86 0 0.11
HSL 242.44º 0.78% 0.51% -
HSV(B) 242.44º 0.86% 0.89% -
XYZ 15.33 7.01 73.94 -
YUV 55.85 225.15 115.98 -
System Red Green Blue C M Y K H S L
Decimal 39 31 228 0.83 0.86 0 0.11 242.44 0.78 0.51
Hex 27 1F E4 53 56 0 B F2 4E 33
Octal 47 37 344 123 126 0 13 362 116 63
Binary 100111 11111 11100100 1010011 1010110 0 1011 11110010 1001110 110011

Color Harmonies of #271FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271FE4

Black with #271FE4

Text Example


Text Example

White with #271FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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