Html Css Color HEX #372581 Persian Indigo

📋 copy color: '#372581'

red 55 ◦ green 37 ◦ blue 129

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

Shades of Persian Indigo #372581

Tints of Persian Indigo #372581

RGB

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

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

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

R = 24.89%
G = 16.74%
B = 58.37%

CMYK

 C value IS 0.57

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#372581 (or 0x372581) is known color: Persian Indigo. HEX triplet: 37, 25 and 81. RGB value is (55,37,129). Sum of RGB (Red+Green+Blue) = 55+37+129=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #372581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372581 is #C8DA7E. Grayscale: #343434. Windows color (decimal): -13163135 or 8463671. OLE color: 8463671.

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

Color convert

RGB 55 37 129 -
CMYK 0.57 0.71 0 0.49
HSL 251.74º 0.55% 0.33% -
HSV(B) 251.74º 0.71% 0.51% -
XYZ 6.2 3.72 21.16 -
YUV 52.87 170.96 129.52 -
System Red Green Blue C M Y K H S L
Decimal 55 37 129 0.57 0.71 0 0.49 251.74 0.55 0.33
Hex 37 25 81 39 47 0 31 FC 37 21
Octal 67 45 201 71 107 0 61 374 67 41
Binary 110111 100101 10000001 111001 1000111 0 110001 11111100 110111 100001

Color Harmonies of #372581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372581

Black with #372581

Text Example


Text Example

White with #372581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372581; }

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

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

background-color css

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

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

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

border-color css

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

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

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