Html Css Color HEX #372583 Persian Indigo

📋 copy color: '#372583'

red 55 ◦ green 37 ◦ blue 131

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

Shades of Persian Indigo #372583

Tints of Persian Indigo #372583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 24.66%
G = 16.59%
B = 58.74%

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

#372583 (or 0x372583) is known color: Persian Indigo. HEX triplet: 37, 25 and 83. RGB value is (55,37,131). Sum of RGB (Red+Green+Blue) = 55+37+131=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #372583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372583 is #C8DA7C. Grayscale: #343434. Windows color (decimal): -13163133 or 8594743. OLE color: 8594743.

HSL color Cylindrical-coordinate representation of color #372583: hue angle of 251.49º 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 #372583 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 37 131 -
CMYK 0.58 0.72 0 0.49
HSL 251.49º 0.56% 0.33% -
HSV(B) 251.49º 0.72% 0.51% -
XYZ 6.33 3.77 21.87 -
YUV 53.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 55 37 131 0.58 0.72 0 0.49 251.49 0.56 0.33
Hex 37 25 83 3A 48 0 31 FB 38 21
Octal 67 45 203 72 110 0 61 373 70 41
Binary 110111 100101 10000011 111010 1001000 0 110001 11111011 111000 100001

Color Harmonies of #372583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372583

Black with #372583

Text Example


Text Example

White with #372583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372583; }

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

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

background-color css

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

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

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

border-color css

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

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

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