Html Css Color HEX #37005F Christalle

📋 copy color: '#37005F'

red 55 ◦ green 0 ◦ blue 95

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

Shades of Christalle #37005F

Tints of Christalle #37005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.67%
G = 0%
B = 63.33%

CMYK

 C value IS 0.42

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#37005F (or 0x37005F) is known color: Christalle. HEX triplet: 37, 00 and 5F. RGB value is (55,0,95). Sum of RGB (Red+Green+Blue) = 55+0+95=150 (19% of max value = 765). Red value is 55 (21.88% from 255 or 36.67% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 95 (37.5% from 255 or 63.33% from 150); Max value from RGB is 95 - color contains mainly: blue. Hex color #37005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37005F is #C8FFA0. Grayscale: #1A1A1A. Windows color (decimal): -13172641 or 6225975. OLE color: 6225975.

HSL color Cylindrical-coordinate representation of color #37005F: hue angle of 274.74º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37005F is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 55 0 95 -
CMYK 0.42 1 0 0.63
HSL 274.74º 1% 0.19% -
HSV(B) 274.74º 1% 0.37% -
XYZ 3.64 1.64 10.95 -
YUV 27.28 166.22 147.78 -
System Red Green Blue C M Y K H S L
Decimal 55 0 95 0.42 1 0 0.63 274.74 1 0.19
Hex 37 0 5F 2A 64 0 3F 113 64 13
Octal 67 0 137 52 144 0 77 423 144 23
Binary 110111 0 1011111 101010 1100100 0 111111 100010011 1100100 10011

Color Harmonies of #37005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37005F

Black with #37005F

Text Example


Text Example

White with #37005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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