Html Css Color HEX #371C5F Christalle

📋 copy color: '#371C5F'

red 55 ◦ green 28 ◦ blue 95

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

Shades of Christalle #371C5F

Tints of Christalle #371C5F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.73%

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 30.9%
G = 15.73%
B = 53.37%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#371C5F (or 0x371C5F) is known color: Christalle. HEX triplet: 37, 1C and 5F. RGB value is (55,28,95). Sum of RGB (Red+Green+Blue) = 55+28+95=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #371C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C5F is #C8E3A0. Grayscale: #2B2B2B. Windows color (decimal): -13165473 or 6233143. OLE color: 6233143.

HSL color Cylindrical-coordinate representation of color #371C5F: hue angle of 264.18º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #371C5F is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 28 95 -
CMYK 0.42 0.71 0 0.63
HSL 264.18º 0.54% 0.24% -
HSV(B) 264.18º 0.71% 0.37% -
XYZ 4.06 2.47 11.09 -
YUV 43.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 55 28 95 0.42 0.71 0 0.63 264.18 0.54 0.24
Hex 37 1C 5F 2A 47 0 3F 108 36 18
Octal 67 34 137 52 107 0 77 410 66 30
Binary 110111 11100 1011111 101010 1000111 0 111111 100001000 110110 11000

Color Harmonies of #371C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C5F

Black with #371C5F

Text Example


Text Example

White with #371C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,28,95); }

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

background-color css

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

 a { background-color: rgb(55,28,95); }

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

border-color css

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

 span { border-color: rgb(55,28,95); }

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