Html Css Color HEX #371583 Persian Indigo

📋 copy color: '#371583'

red 55 ◦ green 21 ◦ blue 131

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

Shades of Persian Indigo #371583

Tints of Persian Indigo #371583

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.14%

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

R = 26.57%
G = 10.14%
B = 63.29%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371583 (or 0x371583) is known color: Persian Indigo. HEX triplet: 37, 15 and 83. RGB value is (55,21,131). Sum of RGB (Red+Green+Blue) = 55+21+131=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 131 (51.56% from 255 or 63.29% from 207); Max value from RGB is 131 - color contains mainly: blue. Hex color #371583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371583 is #C8EA7C. Grayscale: #2B2B2B. Windows color (decimal): -13167229 or 8590647. OLE color: 8590647.

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

Color convert

RGB 55 21 131 -
CMYK 0.58 0.84 0 0.49
HSL 258.55º 0.72% 0.3% -
HSV(B) 258.55º 0.84% 0.51% -
XYZ 5.94 2.99 21.74 -
YUV 43.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 55 21 131 0.58 0.84 0 0.49 258.55 0.72 0.3
Hex 37 15 83 3A 54 0 31 103 48 1E
Octal 67 25 203 72 124 0 61 403 110 36
Binary 110111 10101 10000011 111010 1010100 0 110001 100000011 1001000 11110

Color Harmonies of #371583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371583

Black with #371583

Text Example


Text Example

White with #371583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371583; }

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

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

background-color css

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

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

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

border-color css

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

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

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