#33155A

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

Shades of Christalle #33155A

Tints of Christalle #33155A

Color information

#33155A (or 0x33155A) is unknown color: approx Christalle. HEX triplet: 33, 15 and 5A. RGB value is (51,21,90). Sum of RGB (Red+Green+Blue) = 51+21+90=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 90 (35.55% from 255 or 55.56% from 162); Max value from RGB is 90 - color contains mainly: blue. Hex color #33155A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33155A is #CCEAA5. Grayscale: #252525. Windows color (decimal): -13429414 or 5903667. OLE color: 5903667.

HSL color Cylindrical-coordinate representation of color #33155A: hue angle of 266.09º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33155A is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB512190-
CMYK0.430.7700.65
HSL266.09º62.16%21.76%-
HSV(B)266.09º76.67%35.29%-
XYZ3.481.989.87-
YUV37.84157.44137.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 90 (35.55% from 255) = 55.56%
R=31.48%
G=12.96%
B=55.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5121900.430.7700.65266.0962.1621.76
Hex33155A2B4D04110a3e16
Octal63251325311501014127626
Binary11001110101101101010101110011010100000110000101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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