Html Css Color HEX #371555 Christalle

📋 copy color: '#371555'

red 55 ◦ green 21 ◦ blue 85

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

Shades of Christalle #371555

Tints of Christalle #371555

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.04%

 BLUE value IS 85 (33.59% from 255) = 52.8%

R = 34.16%
G = 13.04%
B = 52.8%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#371555 (or 0x371555) is known color: Christalle. HEX triplet: 37, 15 and 55. RGB value is (55,21,85). Sum of RGB (Red+Green+Blue) = 55+21+85=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 85 (33.59% from 255 or 52.80% from 161); Max value from RGB is 85 - color contains mainly: blue. Hex color #371555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371555 is #C8EAAA. Grayscale: #262626. Windows color (decimal): -13167275 or 5575991. OLE color: 5575991.

HSL color Cylindrical-coordinate representation of color #371555: hue angle of 271.88º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #371555 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 21 85 -
CMYK 0.35 0.75 0 0.67
HSL 271.88º 0.6% 0.21% -
HSV(B) 271.88º 0.75% 0.33% -
XYZ 3.48 2 8.8 -
YUV 38.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 55 21 85 0.35 0.75 0 0.67 271.88 0.6 0.21
Hex 37 15 55 23 4B 0 43 110 3C 15
Octal 67 25 125 43 113 0 103 420 74 25
Binary 110111 10101 1010101 100011 1001011 0 1000011 100010000 111100 10101

Color Harmonies of #371555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371555

Black with #371555

Text Example


Text Example

White with #371555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371555; }

 p { color: rgb(55,21,85); }

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

background-color css

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

 a { background-color: rgb(55,21,85); }

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

border-color css

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

 span { border-color: rgb(55,21,85); }

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