#33195A

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

Shades of Christalle #33195A

Tints of Christalle #33195A

Color information

#33195A (or 0x33195A) is unknown color: approx Christalle. HEX triplet: 33, 19 and 5A. RGB value is (51,25,90). Sum of RGB (Red+Green+Blue) = 51+25+90=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #33195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33195A is #CCE6A5. Grayscale: #272727. Windows color (decimal): -13428390 or 5904691. OLE color: 5904691.

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

Color convert

RGB512590-
CMYK0.430.7200.65
HSL264º56.52%22.55%-
HSV(B)264º72.22%35.29%-
XYZ3.562.149.9-
YUV40.18156.11135.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 90 (35.55% from 255) = 54.22%
R=30.72%
G=15.06%
B=54.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5125900.430.7200.6526456.5222.55
Hex33195A2B480411083917
Octal63311325311001014107127
Binary11001111001101101010101110010000100000110000100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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