Html Css Color HEX #31019D Persian Indigo

📋 copy color: '#31019D'

red 49 ◦ green 1 ◦ blue 157

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

Shades of Persian Indigo #31019D

Tints of Persian Indigo #31019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 75.85%

R = 23.67%
G = 0.48%
B = 75.85%

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

#31019D (or 0x31019D) is known color: Persian Indigo. HEX triplet: 31, 01 and 9D. RGB value is (49,1,157). Sum of RGB (Red+Green+Blue) = 49+1+157=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 157 (61.72% from 255 or 75.85% from 207); Max value from RGB is 157 - color contains mainly: blue. Hex color #31019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31019D is #CEFE62. Grayscale: #202020. Windows color (decimal): -13565539 or 10289457. OLE color: 10289457.

HSL color Cylindrical-coordinate representation of color #31019D: hue angle of 258.46º 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 #31019D is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 1 157 -
CMYK 0.69 0.99 0 0.38
HSL 258.46º 0.99% 0.31% -
HSV(B) 258.46º 0.99% 0.62% -
XYZ 7.36 3.11 32.11 -
YUV 33.14 197.9 139.32 -
System Red Green Blue C M Y K H S L
Decimal 49 1 157 0.69 0.99 0 0.38 258.46 0.99 0.31
Hex 31 1 9D 45 63 0 26 102 63 1F
Octal 61 1 235 105 143 0 46 402 143 37
Binary 110001 1 10011101 1000101 1100011 0 100110 100000010 1100011 11111

Color Harmonies of #31019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31019D

Black with #31019D

Text Example


Text Example

White with #31019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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