Html Css Color HEX #31019E Persian Indigo

📋 copy color: '#31019E'

red 49 ◦ green 1 ◦ blue 158

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

Shades of Persian Indigo #31019E

Tints of Persian Indigo #31019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 75.96%

R = 23.56%
G = 0.48%
B = 75.96%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31019E (or 0x31019E) is known color: Persian Indigo. HEX triplet: 31, 01 and 9E. RGB value is (49,1,158). Sum of RGB (Red+Green+Blue) = 49+1+158=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #31019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31019E is #CEFE61. Grayscale: #202020. Windows color (decimal): -13565538 or 10354993. OLE color: 10354993.

HSL color Cylindrical-coordinate representation of color #31019E: hue angle of 258.34º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31019E is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 1 158 -
CMYK 0.69 0.99 0 0.38
HSL 258.34º 0.99% 0.31% -
HSV(B) 258.34º 0.99% 0.62% -
XYZ 7.45 3.14 32.56 -
YUV 33.25 198.4 139.23 -
System Red Green Blue C M Y K H S L
Decimal 49 1 158 0.69 0.99 0 0.38 258.34 0.99 0.31
Hex 31 1 9E 45 63 0 26 102 63 1F
Octal 61 1 236 105 143 0 46 402 143 37
Binary 110001 1 10011110 1000101 1100011 0 100110 100000010 1100011 11111

Color Harmonies of #31019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31019E

Black with #31019E

Text Example


Text Example

White with #31019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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