Html Css Color HEX #371383 Persian Indigo

📋 copy color: '#371383'

red 55 ◦ green 19 ◦ blue 131

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

Shades of Persian Indigo #371383

Tints of Persian Indigo #371383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 26.83%
G = 9.27%
B = 63.9%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#371383 (or 0x371383) is known color: Persian Indigo. HEX triplet: 37, 13 and 83. RGB value is (55,19,131). Sum of RGB (Red+Green+Blue) = 55+19+131=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #371383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371383 is #C8EC7C. Grayscale: #2A2A2A. Windows color (decimal): -13167741 or 8590135. OLE color: 8590135.

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

Color convert

RGB 55 19 131 -
CMYK 0.58 0.85 0 0.49
HSL 259.29º 0.75% 0.29% -
HSV(B) 259.29º 0.85% 0.51% -
XYZ 5.91 2.92 21.72 -
YUV 42.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 55 19 131 0.58 0.85 0 0.49 259.29 0.75 0.29
Hex 37 13 83 3A 55 0 31 103 4B 1D
Octal 67 23 203 72 125 0 61 403 113 35
Binary 110111 10011 10000011 111010 1010101 0 110001 100000011 1001011 11101

Color Harmonies of #371383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371383

Black with #371383

Text Example


Text Example

White with #371383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371383; }

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

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

background-color css

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

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

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

border-color css

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

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

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