#271CEA

Color #271CEA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #271CEA

Tints of Han Purple #271CEA

Color information

#271CEA (or 0x271CEA) is unknown color: approx Han Purple. HEX triplet: 27, 1C and EA. RGB value is (39,28,234). Sum of RGB (Red+Green+Blue) = 39+28+234=301 (39% of max value = 765). Red value is 39 (15.62% from 255 or 12.96% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #271CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #271CEA is #D8E315. Grayscale: #353535. Windows color (decimal): -14213910 or 15342631. OLE color: 15342631.

HSL color Cylindrical-coordinate representation of color #271CEA: hue angle of 243.2º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #271CEA is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3928234-
CMYK0.830.8800.08
HSL243.2º83.06%51.37%-
HSV(B)243.2º88.03%91.76%-
XYZ16.17.278.38-
YUV54.77229.14116.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.96%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 234 (91.80% from 255) = 77.74%
R=12.96%
G=9.30%
B=77.74%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal39282340.830.8800.08243.283.0651.37
Hex271CEA535808f35333
Octal473435212313001036312363
Binary10011111100111010101010011101100001000111100111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,28,234); }

 H1.HeaderClassName
 {
   color: #271CEA;
 }
 .AnyTagClassName
 {
   color: #271CEA;
 }
</style>
background-color css

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

 a { background-color: rgb(39,28,234); }

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

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

 span { border-color: rgb(39,28,234); }

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