#33165D

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

Shades of Christalle #33165D

Tints of Christalle #33165D

Color information

#33165D (or 0x33165D) is unknown color: approx Christalle. HEX triplet: 33, 16 and 5D. RGB value is (51,22,93). Sum of RGB (Red+Green+Blue) = 51+22+93=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 93 (36.72% from 255 or 56.02% from 166); Max value from RGB is 93 - color contains mainly: blue. Hex color #33165D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33165D is #CCE9A2. Grayscale: #262626. Windows color (decimal): -13429155 or 6100531. OLE color: 6100531.

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

Color convert

RGB512293-
CMYK0.450.7600.64
HSL264.51º61.74%22.55%-
HSV(B)264.51º76.34%36.47%-
XYZ3.632.0710.56-
YUV38.76158.61136.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 93 (36.72% from 255) = 56.02%
R=30.72%
G=13.25%
B=56.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5122930.450.7600.64264.5161.7422.55
Hex33165D2D4C0401093e17
Octal63261355511401004117627
Binary11001110110101110110110110011000100000010000100111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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