#37215D

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

Shades of Christalle #37215D

Tints of Christalle #37215D

Color information

#37215D (or 0x37215D) is unknown color: approx Christalle. HEX triplet: 37, 21 and 5D. RGB value is (55,33,93). Sum of RGB (Red+Green+Blue) = 55+33+93=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #37215D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37215D is #C8DEA2. Grayscale: #2E2E2E. Windows color (decimal): -13164195 or 6103351. OLE color: 6103351.

HSL color Cylindrical-coordinate representation of color #37215D: hue angle of 262º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37215D is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB553393-
CMYK0.410.6500.64
HSL262º47.62%24.71%-
HSV(B)262º64.52%36.47%-
XYZ4.12.6910.66-
YUV46.42154.29134.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 33 (13.28% from 255) = 18.23%
BLUE value IS 93 (36.72% from 255) = 51.38%
R=30.39%
G=18.23%
B=51.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5533930.410.6500.6426247.6224.71
Hex37215D29410401063019
Octal67411355110101004066031
Binary110111100001101110110100110000010100000010000011011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,33,93); }

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

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

 a { background-color: rgb(55,33,93); }

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

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

 span { border-color: rgb(55,33,93); }

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