Html Css Color HEX #370560 Christalle

📋 copy color: '#370560'

red 55 ◦ green 5 ◦ blue 96

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

Shades of Christalle #370560

Tints of Christalle #370560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

 BLUE value IS 96 (37.89% from 255) = 61.54%

R = 35.26%
G = 3.21%
B = 61.54%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#370560 (or 0x370560) is known color: Christalle. HEX triplet: 37, 05 and 60. RGB value is (55,5,96). Sum of RGB (Red+Green+Blue) = 55+5+96=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #370560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370560 is #C8FA9F. Grayscale: #1E1E1E. Windows color (decimal): -13171360 or 6292791. OLE color: 6292791.

HSL color Cylindrical-coordinate representation of color #370560: hue angle of 272.97º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370560 is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 5 96 -
CMYK 0.43 0.95 0 0.62
HSL 272.97º 0.9% 0.2% -
HSV(B) 272.97º 0.95% 0.38% -
XYZ 3.74 1.77 11.21 -
YUV 30.32 165.07 145.6 -
System Red Green Blue C M Y K H S L
Decimal 55 5 96 0.43 0.95 0 0.62 272.97 0.9 0.2
Hex 37 5 60 2B 5F 0 3E 111 5A 14
Octal 67 5 140 53 137 0 76 421 132 24
Binary 110111 101 1100000 101011 1011111 0 111110 100010001 1011010 10100

Color Harmonies of #370560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370560

Black with #370560

Text Example


Text Example

White with #370560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370560; }

 p { color: rgb(55,5,96); }

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

background-color css

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

 a { background-color: rgb(55,5,96); }

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

border-color css

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

 span { border-color: rgb(55,5,96); }

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