#2F2CEE

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

Shades of Han Purple #2F2CEE

Tints of Han Purple #2F2CEE

Color information

#2F2CEE (or 0x2F2CEE) is unknown color: approx Han Purple. HEX triplet: 2F, 2C and EE. RGB value is (47,44,238). Sum of RGB (Red+Green+Blue) = 47+44+238=329 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.29% from 329); Green value is 44 (17.58% from 255 or 13.37% from 329); Blue value is 238 (93.36% from 255 or 72.34% from 329); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F2CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F2CEE is #D0D311. Grayscale: #424242. Windows color (decimal): -13685522 or 15608879. OLE color: 15608879.

HSL color Cylindrical-coordinate representation of color #2F2CEE: hue angle of 240.93º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F2CEE is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4744238-
CMYK0.800.8200.07
HSL240.93º85.09%55.29%-
HSV(B)240.93º81.51%93.33%-
XYZ17.518.5881.62-
YUV67.01224.49113.73-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 14.29%
GREEN value IS 44 (17.58% from 255) = 13.37%
BLUE value IS 238 (93.36% from 255) = 72.34%
R=14.29%
G=13.37%
B=72.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal47442380.800.8200.07240.9385.0955.29
Hex2F2CEE505207f15537
Octal57543561201220736112567
Binary10111110110011101110101000010100100111111100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F2CEE; }

 p { color: rgb(47,44,238); }

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

<style>
 a { background-color: #2F2CEE; }

 a { background-color: rgb(47,44,238); }

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

<style>
 span { border-color: #2F2CEE; }

 span { border-color: rgb(47,44,238); }

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