#32195A

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

Shades of Christalle #32195A

Tints of Christalle #32195A

Color information

#32195A (or 0x32195A) is unknown color: approx Christalle. HEX triplet: 32, 19 and 5A. RGB value is (50,25,90). Sum of RGB (Red+Green+Blue) = 50+25+90=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #32195A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32195A is #CDE6A5. Grayscale: #272727. Windows color (decimal): -13493926 or 5904690. OLE color: 5904690.

HSL color Cylindrical-coordinate representation of color #32195A: hue angle of 263.08º 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 #32195A is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB502590-
CMYK0.440.7200.65
HSL263.08º56.52%22.55%-
HSV(B)263.08º72.22%35.29%-
XYZ3.512.119.9-
YUV39.88156.28135.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 90 (35.55% from 255) = 54.55%
R=30.30%
G=15.15%
B=54.55%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5025900.440.7200.65263.0856.5222.55
Hex32195A2C480411073917
Octal62311325411001014077127
Binary11001011001101101010110010010000100000110000011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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