#320060

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

Shades of Christalle #320060

Tints of Christalle #320060

Color information

#320060 (or 0x320060) is unknown color: approx Christalle. HEX triplet: 32, 00 and 60. RGB value is (50,0,96). Sum of RGB (Red+Green+Blue) = 50+0+96=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #320060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320060 is #CDFF9F. Grayscale: #191919. Windows color (decimal): -13500320 or 6291506. OLE color: 6291506.

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

Color convert

RGB50096-
CMYK0.48100.62
HSL271.25º100%18.82%-
HSV(B)271.25º100%37.65%-
XYZ3.431.5211.18-
YUV25.89167.56145.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 65.75%
R=34.25%
G=0%
B=65.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal500960.48100.62271.2510018.82
Hex32060306403E10f6413
Octal6201406014407641714423
Binary1100100110000011000011001000111110100001111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320060; }

 p { color: rgb(50,0,96); }

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

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

 a { background-color: rgb(50,0,96); }

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

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

 span { border-color: rgb(50,0,96); }

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