Html Css Color HEX #372484 Persian Indigo

📋 copy color: '#372484'

red 55 ◦ green 36 ◦ blue 132

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

Shades of Persian Indigo #372484

Tints of Persian Indigo #372484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 24.66%
G = 16.14%
B = 59.19%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#372484 (or 0x372484) is known color: Persian Indigo. HEX triplet: 37, 24 and 84. RGB value is (55,36,132). Sum of RGB (Red+Green+Blue) = 55+36+132=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #372484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372484 is #C8DB7B. Grayscale: #343434. Windows color (decimal): -13163388 or 8660023. OLE color: 8660023.

HSL color Cylindrical-coordinate representation of color #372484: hue angle of 251.87º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372484 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 36 132 -
CMYK 0.58 0.73 0 0.48
HSL 251.88º 0.57% 0.33% -
HSV(B) 251.88º 0.73% 0.52% -
XYZ 6.37 3.74 22.22 -
YUV 52.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 55 36 132 0.58 0.73 0 0.48 251.88 0.57 0.33
Hex 37 24 84 3A 49 0 30 FC 39 21
Octal 67 44 204 72 111 0 60 374 71 41
Binary 110111 100100 10000100 111010 1001001 0 110000 11111100 111001 100001

Color Harmonies of #372484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372484

Black with #372484

Text Example


Text Example

White with #372484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372484; }

 p { color: rgb(55,36,132); }

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

background-color css

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

 a { background-color: rgb(55,36,132); }

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

border-color css

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

 span { border-color: rgb(55,36,132); }

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