Html Css Color HEX #371B55 Christalle

📋 copy color: '#371B55'

red 55 ◦ green 27 ◦ blue 85

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

Shades of Christalle #371B55

Tints of Christalle #371B55

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.17%

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

R = 32.93%
G = 16.17%
B = 50.9%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#371B55 (or 0x371B55) is known color: Christalle. HEX triplet: 37, 1B and 55. RGB value is (55,27,85). Sum of RGB (Red+Green+Blue) = 55+27+85=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #371B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B55 is #C8E4AA. Grayscale: #292929. Windows color (decimal): -13165739 or 5577527. OLE color: 5577527.

HSL color Cylindrical-coordinate representation of color #371B55: hue angle of 268.97º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #371B55 is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 27 85 -
CMYK 0.35 0.68 0 0.67
HSL 268.97º 0.52% 0.22% -
HSV(B) 268.97º 0.68% 0.33% -
XYZ 3.61 2.25 8.84 -
YUV 41.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 55 27 85 0.35 0.68 0 0.67 268.97 0.52 0.22
Hex 37 1B 55 23 44 0 43 10D 34 16
Octal 67 33 125 43 104 0 103 415 64 26
Binary 110111 11011 1010101 100011 1000100 0 1000011 100001101 110100 10110

Color Harmonies of #371B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B55

Black with #371B55

Text Example


Text Example

White with #371B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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