#320B61

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

Shades of Christalle #320B61

Tints of Christalle #320B61

Color information

#320B61 (or 0x320B61) is unknown color: approx Christalle. HEX triplet: 32, 0B and 61. RGB value is (50,11,97). Sum of RGB (Red+Green+Blue) = 50+11+97=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 97 (38.28% from 255 or 61.39% from 158); Max value from RGB is 97 - color contains mainly: blue. Hex color #320B61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B61 is #CDF49E. Grayscale: #202020. Windows color (decimal): -13497503 or 6359858. OLE color: 6359858.

HSL color Cylindrical-coordinate representation of color #320B61: hue angle of 267.21º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320B61 is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB501197-
CMYK0.480.8900.62
HSL267.21º79.63%21.18%-
HSV(B)267.21º88.66%38.04%-
XYZ3.591.7811.46-
YUV32.47164.42140.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 97 (38.28% from 255) = 61.39%
R=31.65%
G=6.96%
B=61.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5011970.480.8900.62267.2179.6321.18
Hex32B61305903E10b5015
Octal62131416013107641312025
Binary1100101011110000111000010110010111110100001011101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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