Html Css Color HEX #372582 Persian Indigo

📋 copy color: '#372582'

red 55 ◦ green 37 ◦ blue 130

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

Shades of Persian Indigo #372582

Tints of Persian Indigo #372582

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 130 (51.17% from 255) = 58.56%

R = 24.77%
G = 16.67%
B = 58.56%

CMYK

 C value IS 0.58

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372582 (or 0x372582) is known color: Persian Indigo. HEX triplet: 37, 25 and 82. RGB value is (55,37,130). Sum of RGB (Red+Green+Blue) = 55+37+130=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #372582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372582 is #C8DA7D. Grayscale: #343434. Windows color (decimal): -13163134 or 8529207. OLE color: 8529207.

HSL color Cylindrical-coordinate representation of color #372582: hue angle of 251.61º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372582 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 37 130 -
CMYK 0.58 0.72 0 0.49
HSL 251.61º 0.56% 0.33% -
HSV(B) 251.61º 0.72% 0.51% -
XYZ 6.27 3.75 21.51 -
YUV 52.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 55 37 130 0.58 0.72 0 0.49 251.61 0.56 0.33
Hex 37 25 82 3A 48 0 31 FC 38 21
Octal 67 45 202 72 110 0 61 374 70 41
Binary 110111 100101 10000010 111010 1001000 0 110001 11111100 111000 100001

Color Harmonies of #372582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372582

Black with #372582

Text Example


Text Example

White with #372582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372582; }

 p { color: rgb(55,37,130); }

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

background-color css

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

 a { background-color: rgb(55,37,130); }

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

border-color css

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

 span { border-color: rgb(55,37,130); }

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