#33165B

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

Shades of Christalle #33165B

Tints of Christalle #33165B

Color information

#33165B (or 0x33165B) is unknown color: approx Christalle. HEX triplet: 33, 16 and 5B. RGB value is (51,22,91). Sum of RGB (Red+Green+Blue) = 51+22+91=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #33165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33165B is #CCE9A4. Grayscale: #262626. Windows color (decimal): -13429157 or 5969459. OLE color: 5969459.

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

Color convert

RGB512291-
CMYK0.440.7600.64
HSL265.22º61.06%22.16%-
HSV(B)265.22º75.82%35.69%-
XYZ3.542.0310.1-
YUV38.54157.61136.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 91 (35.94% from 255) = 55.49%
R=31.10%
G=13.41%
B=55.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5122910.440.7600.64265.2261.0622.16
Hex33165B2C4C0401093d16
Octal63261335411401004117526
Binary11001110110101101110110010011000100000010000100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33165B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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