Html Css Color HEX #31207E Persian Indigo

📋 copy color: '#31207E'

red 49 ◦ green 32 ◦ blue 126

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

Shades of Persian Indigo #31207E

Tints of Persian Indigo #31207E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.87%

R = 23.67%
G = 15.46%
B = 60.87%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31207E (or 0x31207E) is known color: Persian Indigo. HEX triplet: 31, 20 and 7E. RGB value is (49,32,126). Sum of RGB (Red+Green+Blue) = 49+32+126=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #31207E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31207E is #CEDF81. Grayscale: #2F2F2F. Windows color (decimal): -13557634 or 8265777. OLE color: 8265777.

HSL color Cylindrical-coordinate representation of color #31207E: hue angle of 250.85º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31207E is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 32 126 -
CMYK 0.61 0.75 0 0.51
HSL 250.85º 0.59% 0.31% -
HSV(B) 250.85º 0.75% 0.49% -
XYZ 5.55 3.19 20.06 -
YUV 47.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 49 32 126 0.61 0.75 0 0.51 250.85 0.59 0.31
Hex 31 20 7E 3D 4B 0 33 FB 3B 1F
Octal 61 40 176 75 113 0 63 373 73 37
Binary 110001 100000 1111110 111101 1001011 0 110011 11111011 111011 11111

Color Harmonies of #31207E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31207E

Black with #31207E

Text Example


Text Example

White with #31207E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31207E; }

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

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

background-color css

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

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

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

border-color css

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

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

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