Html Css Color HEX #31208D Persian Indigo

📋 copy color: '#31208D'

red 49 ◦ green 32 ◦ blue 141

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

Shades of Persian Indigo #31208D

Tints of Persian Indigo #31208D

RGB

 RED value IS 49 (19.53% from 255) = 22.07%

 GREEN value IS 32 (12.89% from 255) = 14.41%

 BLUE value IS 141 (55.47% from 255) = 63.51%

R = 22.07%
G = 14.41%
B = 63.51%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31208D (or 0x31208D) is known color: Persian Indigo. HEX triplet: 31, 20 and 8D. RGB value is (49,32,141). Sum of RGB (Red+Green+Blue) = 49+32+141=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 141 (55.47% from 255 or 63.51% from 222); Max value from RGB is 141 - color contains mainly: blue. Hex color #31208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31208D is #CEDF72. Grayscale: #313131. Windows color (decimal): -13557619 or 9248817. OLE color: 9248817.

HSL color Cylindrical-coordinate representation of color #31208D: hue angle of 249.36º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31208D is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 32 141 -
CMYK 0.65 0.77 0 0.45
HSL 249.36º 0.63% 0.34% -
HSV(B) 249.36º 0.77% 0.55% -
XYZ 6.59 3.61 25.55 -
YUV 49.51 179.63 127.64 -
System Red Green Blue C M Y K H S L
Decimal 49 32 141 0.65 0.77 0 0.45 249.36 0.63 0.34
Hex 31 20 8D 41 4D 0 2D F9 3F 22
Octal 61 40 215 101 115 0 55 371 77 42
Binary 110001 100000 10001101 1000001 1001101 0 101101 11111001 111111 100010

Color Harmonies of #31208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31208D

Black with #31208D

Text Example


Text Example

White with #31208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31208D; }

 p { color: rgb(49,32,141); }

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

background-color css

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

 a { background-color: rgb(49,32,141); }

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

border-color css

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

 span { border-color: rgb(49,32,141); }

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