#371459

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

Shades of Christalle #371459

Tints of Christalle #371459

Color information

#371459 (or 0x371459) is unknown color: approx Christalle. HEX triplet: 37, 14 and 59. RGB value is (55,20,89). Sum of RGB (Red+Green+Blue) = 55+20+89=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 89 (35.16% from 255 or 54.27% from 164); Max value from RGB is 89 - color contains mainly: blue. Hex color #371459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371459 is #C8EBA6. Grayscale: #262626. Windows color (decimal): -13167527 or 5837879. OLE color: 5837879.

HSL color Cylindrical-coordinate representation of color #371459: hue angle of 270.43º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371459 is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB552089-
CMYK0.380.7800.65
HSL270.43º63.3%21.37%-
HSV(B)270.43º77.53%34.9%-
XYZ3.632.039.65-
YUV38.33156.6139.89-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 33.54%
GREEN value IS 20 (8.20% from 255) = 12.20%
BLUE value IS 89 (35.16% from 255) = 54.27%
R=33.54%
G=12.20%
B=54.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5520890.380.7800.65270.4363.321.37
Hex371459264E04110e3f15
Octal67241314611601014167725
Binary11011110100101100110011010011100100000110000111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371459; }

 p { color: rgb(55,20,89); }

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

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

 a { background-color: rgb(55,20,89); }

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

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

 span { border-color: rgb(55,20,89); }

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