#33125D

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

Shades of Christalle #33125D

Tints of Christalle #33125D

Color information

#33125D (or 0x33125D) is unknown color: approx Christalle. HEX triplet: 33, 12 and 5D. RGB value is (51,18,93). Sum of RGB (Red+Green+Blue) = 51+18+93=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 93 (36.72% from 255 or 57.41% from 162); Max value from RGB is 93 - color contains mainly: blue. Hex color #33125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33125D is #CCEDA2. Grayscale: #242424. Windows color (decimal): -13430179 or 6099507. OLE color: 6099507.

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

Color convert

RGB511893-
CMYK0.450.8100.64
HSL266.4º67.57%21.76%-
HSV(B)266.4º80.65%36.47%-
XYZ3.561.9310.54-
YUV36.42159.93138.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 93 (36.72% from 255) = 57.41%
R=31.48%
G=11.11%
B=57.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5118930.450.8100.64266.467.5721.76
Hex33125D2D5104010a4416
Octal632213555121010041210426
Binary110011100101011101101101101000101000000100001010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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