Html Css Color HEX #372058 Christalle

📋 copy color: '#372058'

red 55 ◦ green 32 ◦ blue 88

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

Shades of Christalle #372058

Tints of Christalle #372058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.29%

 BLUE value IS 88 (34.77% from 255) = 50.29%

R = 31.43%
G = 18.29%
B = 50.29%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#372058 (or 0x372058) is known color: Christalle. HEX triplet: 37, 20 and 58. RGB value is (55,32,88). Sum of RGB (Red+Green+Blue) = 55+32+88=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #372058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372058 is #C8DFA7. Grayscale: #2D2D2D. Windows color (decimal): -13164456 or 5775415. OLE color: 5775415.

HSL color Cylindrical-coordinate representation of color #372058: hue angle of 264.64º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #372058 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 32 88 -
CMYK 0.38 0.64 0 0.65
HSL 264.64º 0.47% 0.24% -
HSV(B) 264.64º 0.64% 0.35% -
XYZ 3.85 2.55 9.52 -
YUV 45.26 152.12 134.95 -
System Red Green Blue C M Y K H S L
Decimal 55 32 88 0.38 0.64 0 0.65 264.64 0.47 0.24
Hex 37 20 58 26 40 0 41 109 2F 18
Octal 67 40 130 46 100 0 101 411 57 30
Binary 110111 100000 1011000 100110 1000000 0 1000001 100001001 101111 11000

Color Harmonies of #372058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372058

Black with #372058

Text Example


Text Example

White with #372058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372058; }

 p { color: rgb(55,32,88); }

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

background-color css

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

 a { background-color: rgb(55,32,88); }

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

border-color css

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

 span { border-color: rgb(55,32,88); }

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