Html Css Color HEX #371883 Persian Indigo

📋 copy color: '#371883'

red 55 ◦ green 24 ◦ blue 131

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

Shades of Persian Indigo #371883

Tints of Persian Indigo #371883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

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

R = 26.19%
G = 11.43%
B = 62.38%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371883 (or 0x371883) is known color: Persian Indigo. HEX triplet: 37, 18 and 83. RGB value is (55,24,131). Sum of RGB (Red+Green+Blue) = 55+24+131=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 131 (51.56% from 255 or 62.38% from 210); Max value from RGB is 131 - color contains mainly: blue. Hex color #371883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371883 is #C8E77C. Grayscale: #2D2D2D. Windows color (decimal): -13166461 or 8591415. OLE color: 8591415.

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

Color convert

RGB 55 24 131 -
CMYK 0.58 0.82 0 0.49
HSL 257.38º 0.69% 0.3% -
HSV(B) 257.38º 0.82% 0.51% -
XYZ 6 3.1 21.76 -
YUV 45.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 55 24 131 0.58 0.82 0 0.49 257.38 0.69 0.3
Hex 37 18 83 3A 52 0 31 101 45 1E
Octal 67 30 203 72 122 0 61 401 105 36
Binary 110111 11000 10000011 111010 1010010 0 110001 100000001 1000101 11110

Color Harmonies of #371883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371883

Black with #371883

Text Example


Text Example

White with #371883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371883; }

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

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

background-color css

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

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

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

border-color css

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

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

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