Html Css Color HEX #371952 Christalle

📋 copy color: '#371952'

red 55 ◦ green 25 ◦ blue 82

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

Shades of Christalle #371952

Tints of Christalle #371952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 33.95%
G = 15.43%
B = 50.62%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#371952 (or 0x371952) is known color: Christalle. HEX triplet: 37, 19 and 52. RGB value is (55,25,82). Sum of RGB (Red+Green+Blue) = 55+25+82=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #371952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371952 is #C8E6AD. Grayscale: #282828. Windows color (decimal): -13166254 or 5380407. OLE color: 5380407.

HSL color Cylindrical-coordinate representation of color #371952: hue angle of 271.58º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #371952 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 25 82 -
CMYK 0.33 0.70 0 0.68
HSL 271.58º 0.53% 0.21% -
HSV(B) 271.58º 0.7% 0.32% -
XYZ 3.45 2.12 8.21 -
YUV 40.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 55 25 82 0.33 0.70 0 0.68 271.58 0.53 0.21
Hex 37 19 52 21 46 0 44 110 35 15
Octal 67 31 122 41 106 0 104 420 65 25
Binary 110111 11001 1010010 100001 1000110 0 1000100 100010000 110101 10101

Color Harmonies of #371952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371952

Black with #371952

Text Example


Text Example

White with #371952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371952; }

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

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

background-color css

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

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

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

border-color css

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

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

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