#32015D

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

Shades of Christalle #32015D

Tints of Christalle #32015D

Color information

#32015D (or 0x32015D) is unknown color: approx Christalle. HEX triplet: 32, 01 and 5D. RGB value is (50,1,93). Sum of RGB (Red+Green+Blue) = 50+1+93=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #32015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32015D is #CDFEA2. Grayscale: #191919. Windows color (decimal): -13500067 or 6095154. OLE color: 6095154.

HSL color Cylindrical-coordinate representation of color #32015D: hue angle of 271.96º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32015D is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB50193-
CMYK0.460.9900.64
HSL271.96º97.87%18.43%-
HSV(B)271.96º98.92%36.47%-
XYZ3.31.4910.47-
YUV26.14165.73145.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.72%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=34.72%
G=0.69%
B=64.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal501930.460.9900.64271.9697.8718.43
Hex3215D2E630401106212
Octal62113556143010042014222
Binary11001011011101101110110001101000000100010000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32015D; }

 p { color: rgb(50,1,93); }

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

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

 a { background-color: rgb(50,1,93); }

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

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

 span { border-color: rgb(50,1,93); }

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