Html Css Color HEX #31017E Persian Indigo

📋 copy color: '#31017E'

red 49 ◦ green 1 ◦ blue 126

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

Shades of Persian Indigo #31017E

Tints of Persian Indigo #31017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 27.84%
G = 0.57%
B = 71.59%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31017E (or 0x31017E) is known color: Persian Indigo. HEX triplet: 31, 01 and 7E. RGB value is (49,1,126). Sum of RGB (Red+Green+Blue) = 49+1+126=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #31017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31017E is #CEFE81. Grayscale: #1D1D1D. Windows color (decimal): -13565570 or 8257841. OLE color: 8257841.

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

Color convert

RGB 49 1 126 -
CMYK 0.61 0.99 0 0.51
HSL 263.04º 0.98% 0.25% -
HSV(B) 263.04º 0.99% 0.49% -
XYZ 5.04 2.18 19.89 -
YUV 29.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 49 1 126 0.61 0.99 0 0.51 263.04 0.98 0.25
Hex 31 1 7E 3D 63 0 33 107 62 19
Octal 61 1 176 75 143 0 63 407 142 31
Binary 110001 1 1111110 111101 1100011 0 110011 100000111 1100010 11001

Color Harmonies of #31017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31017E

Black with #31017E

Text Example


Text Example

White with #31017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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