Html Css Color HEX #372481 Persian Indigo

📋 copy color: '#372481'

red 55 ◦ green 36 ◦ blue 129

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

Shades of Persian Indigo #372481

Tints of Persian Indigo #372481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.64%

R = 25%
G = 16.36%
B = 58.64%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372481 (or 0x372481) is known color: Persian Indigo. HEX triplet: 37, 24 and 81. RGB value is (55,36,129). Sum of RGB (Red+Green+Blue) = 55+36+129=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #372481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372481 is #C8DB7E. Grayscale: #333333. Windows color (decimal): -13163391 or 8463415. OLE color: 8463415.

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

Color convert

RGB 55 36 129 -
CMYK 0.57 0.72 0 0.49
HSL 252.26º 0.56% 0.32% -
HSV(B) 252.26º 0.72% 0.51% -
XYZ 6.17 3.66 21.15 -
YUV 52.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 55 36 129 0.57 0.72 0 0.49 252.26 0.56 0.32
Hex 37 24 81 39 48 0 31 FC 38 20
Octal 67 44 201 71 110 0 61 374 70 40
Binary 110111 100100 10000001 111001 1001000 0 110001 11111100 111000 100000

Color Harmonies of #372481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372481

Black with #372481

Text Example


Text Example

White with #372481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372481; }

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

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

background-color css

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

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

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

border-color css

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

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

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