Html Css Color HEX #370F5D Christalle

📋 copy color: '#370F5D'

red 55 ◦ green 15 ◦ blue 93

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

Shades of Christalle #370F5D

Tints of Christalle #370F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.2%

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 33.74%
G = 9.2%
B = 57.06%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#370F5D (or 0x370F5D) is known color: Christalle. HEX triplet: 37, 0F and 5D. RGB value is (55,15,93). Sum of RGB (Red+Green+Blue) = 55+15+93=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #370F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F5D is #C8F0A2. Grayscale: #232323. Windows color (decimal): -13168803 or 6098743. OLE color: 6098743.

HSL color Cylindrical-coordinate representation of color #370F5D: hue angle of 270.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370F5D is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 15 93 -
CMYK 0.41 0.84 0 0.64
HSL 270.77º 0.72% 0.21% -
HSV(B) 270.77º 0.84% 0.36% -
XYZ 3.72 1.94 10.54 -
YUV 35.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 55 15 93 0.41 0.84 0 0.64 270.77 0.72 0.21
Hex 37 F 5D 29 54 0 40 10F 48 15
Octal 67 17 135 51 124 0 100 417 110 25
Binary 110111 1111 1011101 101001 1010100 0 1000000 100001111 1001000 10101

Color Harmonies of #370F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F5D

Black with #370F5D

Text Example


Text Example

White with #370F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F5D; }

 p { color: rgb(55,15,93); }

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

background-color css

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

 a { background-color: rgb(55,15,93); }

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

border-color css

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

 span { border-color: rgb(55,15,93); }

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