Html Css Color HEX #371160 Christalle

📋 copy color: '#371160'

red 55 ◦ green 17 ◦ blue 96

#371160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christalle #371160

Tints of Christalle #371160

RGB

 RED value IS 55 (21.88% from 255) = 32.74%

 GREEN value IS 17 (7.03% from 255) = 10.12%

 BLUE value IS 96 (37.89% from 255) = 57.14%

R = 32.74%
G = 10.12%
B = 57.14%

CMYK

 C value IS 0.43

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#371160 (or 0x371160) is known color: Christalle. HEX triplet: 37, 11 and 60. RGB value is (55,17,96). Sum of RGB (Red+Green+Blue) = 55+17+96=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #371160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371160 is #C8EE9F. Grayscale: #252525. Windows color (decimal): -13168288 or 6295863. OLE color: 6295863.

HSL color Cylindrical-coordinate representation of color #371160: hue angle of 268.86º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #371160 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 17 96 -
CMYK 0.43 0.82 0 0.62
HSL 268.86º 0.7% 0.22% -
HSV(B) 268.86º 0.82% 0.38% -
XYZ 3.89 2.06 11.26 -
YUV 37.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 55 17 96 0.43 0.82 0 0.62 268.86 0.7 0.22
Hex 37 11 60 2B 52 0 3E 10D 46 16
Octal 67 21 140 53 122 0 76 415 106 26
Binary 110111 10001 1100000 101011 1010010 0 111110 100001101 1000110 10110

Color Harmonies of #371160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371160

Black with #371160

Text Example


Text Example

White with #371160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371160; }

 p { color: rgb(55,17,96); }

 H1.HeaderClassName
 {
   color: #371160;
 }
 .AnyTagClassName
 {
   color: #371160;
 }
</style>

background-color css

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

 a { background-color: rgb(55,17,96); }

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

border-color css

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

 span { border-color: rgb(55,17,96); }

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