Html Css Color HEX #372078 Persian Indigo

📋 copy color: '#372078'

red 55 ◦ green 32 ◦ blue 120

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

Shades of Persian Indigo #372078

Tints of Persian Indigo #372078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.97%

R = 26.57%
G = 15.46%
B = 57.97%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#372078 (or 0x372078) is known color: Persian Indigo. HEX triplet: 37, 20 and 78. RGB value is (55,32,120). Sum of RGB (Red+Green+Blue) = 55+32+120=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #372078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372078 is #C8DF87. Grayscale: #303030. Windows color (decimal): -13164424 or 7872567. OLE color: 7872567.

HSL color Cylindrical-coordinate representation of color #372078: hue angle of 255.68º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372078 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 32 120 -
CMYK 0.54 0.73 0 0.53
HSL 255.68º 0.58% 0.3% -
HSV(B) 255.68º 0.73% 0.47% -
XYZ 5.48 3.2 18.1 -
YUV 48.91 168.12 132.34 -
System Red Green Blue C M Y K H S L
Decimal 55 32 120 0.54 0.73 0 0.53 255.68 0.58 0.3
Hex 37 20 78 36 49 0 35 100 3A 1E
Octal 67 40 170 66 111 0 65 400 72 36
Binary 110111 100000 1111000 110110 1001001 0 110101 100000000 111010 11110

Color Harmonies of #372078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372078

Black with #372078

Text Example


Text Example

White with #372078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372078; }

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

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

background-color css

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

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

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

border-color css

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

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

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