#320D5A

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

Shades of Christalle #320D5A

Tints of Christalle #320D5A

Color information

#320D5A (or 0x320D5A) is unknown color: approx Christalle. HEX triplet: 32, 0D and 5A. RGB value is (50,13,90). Sum of RGB (Red+Green+Blue) = 50+13+90=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #320D5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320D5A is #CDF2A5. Grayscale: #202020. Windows color (decimal): -13496998 or 5901618. OLE color: 5901618.

HSL color Cylindrical-coordinate representation of color #320D5A: hue angle of 268.83º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320D5A is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB501390-
CMYK0.440.8600.65
HSL268.83º74.76%20.2%-
HSV(B)268.83º85.56%35.29%-
XYZ3.31.79.83-
YUV32.84160.26140.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 32.68%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 90 (35.55% from 255) = 58.82%
R=32.68%
G=8.50%
B=58.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5013900.440.8600.65268.8374.7620.2
Hex32D5A2C5604110d4b14
Octal621513254126010141511324
Binary11001011011011010101100101011001000001100001101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320D5A; }

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

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

<style>
 a { background-color: #320D5A; }

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

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

<style>
 span { border-color: #320D5A; }

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

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