Html Css Color HEX #371255 Christalle

📋 copy color: '#371255'

red 55 ◦ green 18 ◦ blue 85

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

Shades of Christalle #371255

Tints of Christalle #371255

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.39%

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

R = 34.81%
G = 11.39%
B = 53.8%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#371255 (or 0x371255) is known color: Christalle. HEX triplet: 37, 12 and 55. RGB value is (55,18,85). Sum of RGB (Red+Green+Blue) = 55+18+85=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #371255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371255 is #C8EDAA. Grayscale: #242424. Windows color (decimal): -13168043 or 5575223. OLE color: 5575223.

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

Color convert

RGB 55 18 85 -
CMYK 0.35 0.79 0 0.67
HSL 273.13º 0.65% 0.2% -
HSV(B) 273.13º 0.79% 0.33% -
XYZ 3.43 1.9 8.78 -
YUV 36.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 55 18 85 0.35 0.79 0 0.67 273.13 0.65 0.2
Hex 37 12 55 23 4F 0 43 111 41 14
Octal 67 22 125 43 117 0 103 421 101 24
Binary 110111 10010 1010101 100011 1001111 0 1000011 100010001 1000001 10100

Color Harmonies of #371255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371255

Black with #371255

Text Example


Text Example

White with #371255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371255; }

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

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

background-color css

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

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

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

border-color css

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

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

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