#33125F

Color #33125F Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #33125F

Tints of Christalle #33125F

Color information

#33125F (or 0x33125F) is unknown color: approx Christalle. HEX triplet: 33, 12 and 5F. RGB value is (51,18,95). Sum of RGB (Red+Green+Blue) = 51+18+95=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #33125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33125F is #CCEDA0. Grayscale: #242424. Windows color (decimal): -13430177 or 6230579. OLE color: 6230579.

HSL color Cylindrical-coordinate representation of color #33125F: hue angle of 265.71º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33125F is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB511895-
CMYK0.460.8100.63
HSL265.71º68.14%22.16%-
HSV(B)265.71º81.05%37.25%-
XYZ3.651.9611.01-
YUV36.64160.93138.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 95 (37.5% from 255) = 57.93%
R=31.10%
G=10.98%
B=57.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5118950.460.8100.63265.7168.1422.16
Hex33125F2E5103F10a4416
Octal63221375612107741210426
Binary11001110010101111110111010100010111111100001010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33125F; }

 p { color: rgb(51,18,95); }

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

<style>
 a { background-color: #33125F; }

 a { background-color: rgb(51,18,95); }

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

<style>
 span { border-color: #33125F; }

 span { border-color: rgb(51,18,95); }

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