#320B58

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

Shades of Christalle #320B58

Tints of Christalle #320B58

Color information

#320B58 (or 0x320B58) is unknown color: approx Christalle. HEX triplet: 32, 0B and 58. RGB value is (50,11,88). Sum of RGB (Red+Green+Blue) = 50+11+88=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #320B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B58 is #CDF4A7. Grayscale: #1F1F1F. Windows color (decimal): -13497512 or 5770034. OLE color: 5770034.

HSL color Cylindrical-coordinate representation of color #320B58: hue angle of 270.39º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320B58 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB501188-
CMYK0.430.8800.65
HSL270.39º77.78%19.41%-
HSV(B)270.39º87.5%34.51%-
XYZ3.21.629.38-
YUV31.44159.92141.24-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 33.56%
GREEN value IS 11 (4.69% from 255) = 7.38%
BLUE value IS 88 (34.77% from 255) = 59.06%
R=33.56%
G=7.38%
B=59.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5011880.430.8800.65270.3977.7819.41
Hex32B582B5804110e4e13
Octal621313053130010141611623
Binary11001010111011000101011101100001000001100001110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,11,88); }

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

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

 a { background-color: rgb(50,11,88); }

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

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

 span { border-color: rgb(50,11,88); }

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