#371961

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

Shades of Christalle #371961

Tints of Christalle #371961

Color information

#371961 (or 0x371961) is unknown color: approx Christalle. HEX triplet: 37, 19 and 61. RGB value is (55,25,97). Sum of RGB (Red+Green+Blue) = 55+25+97=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #371961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371961 is #C8E69E. Grayscale: #292929. Windows color (decimal): -13166239 or 6363447. OLE color: 6363447.

HSL color Cylindrical-coordinate representation of color #371961: hue angle of 265º 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 #371961 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB552597-
CMYK0.430.7400.62
HSL265º59.02%23.92%-
HSV(B)265º74.23%38.04%-
XYZ4.082.3711.55-
YUV42.18158.94137.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 97 (38.28% from 255) = 54.80%
R=31.07%
G=14.12%
B=54.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5525970.430.7400.6226559.0223.92
Hex3719612B4A03E1093b18
Octal6731141531120764117330
Binary1101111100111000011010111001010011111010000100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371961; }

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

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

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

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

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

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

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

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