#33155C

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

Shades of Christalle #33155C

Tints of Christalle #33155C

Color information

#33155C (or 0x33155C) is unknown color: approx Christalle. HEX triplet: 33, 15 and 5C. RGB value is (51,21,92). Sum of RGB (Red+Green+Blue) = 51+21+92=164 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.10% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #33155C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33155C is #CCEAA3. Grayscale: #252525. Windows color (decimal): -13429412 or 6034739. OLE color: 6034739.

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

Color convert

RGB512192-
CMYK0.450.7700.64
HSL265.35º62.83%22.16%-
HSV(B)265.35º77.17%36.08%-
XYZ3.572.0110.33-
YUV38.06158.44137.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.10%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 92 (36.33% from 255) = 56.10%
R=31.10%
G=12.80%
B=56.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5121920.450.7700.64265.3562.8322.16
Hex33155C2D4D0401093f16
Octal63251345511501004117726
Binary11001110101101110010110110011010100000010000100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33155C; }

 p { color: rgb(51,21,92); }

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

<style>
 a { background-color: #33155C; }

 a { background-color: rgb(51,21,92); }

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

<style>
 span { border-color: #33155C; }

 span { border-color: rgb(51,21,92); }

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