#371962

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

Shades of Christalle #371962

Tints of Christalle #371962

Color information

#371962 (or 0x371962) is unknown color: approx Christalle. HEX triplet: 37, 19 and 62. RGB value is (55,25,98). Sum of RGB (Red+Green+Blue) = 55+25+98=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 98 (38.67% from 255 or 55.06% from 178); Max value from RGB is 98 - color contains mainly: blue. Hex color #371962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371962 is #C8E69D. Grayscale: #2A2A2A. Windows color (decimal): -13166238 or 6428983. OLE color: 6428983.

HSL color Cylindrical-coordinate representation of color #371962: hue angle of 264.66º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371962 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB552598-
CMYK0.440.7400.62
HSL264.66º59.35%24.12%-
HSV(B)264.66º74.49%38.43%-
XYZ4.132.3911.8-
YUV42.29159.44137.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 98 (38.67% from 255) = 55.06%
R=30.90%
G=14.04%
B=55.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5525980.440.7400.62264.6659.3524.12
Hex3719622C4A03E1093b18
Octal6731142541120764117330
Binary1101111100111000101011001001010011111010000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371962; }

 p { color: rgb(55,25,98); }

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

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

 a { background-color: rgb(55,25,98); }

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

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

 span { border-color: rgb(55,25,98); }

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