Html Css Color HEX #31019B Persian Indigo

📋 copy color: '#31019B'

red 49 ◦ green 1 ◦ blue 155

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

Shades of Persian Indigo #31019B

Tints of Persian Indigo #31019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 75.61%

R = 23.9%
G = 0.49%
B = 75.61%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31019B (or 0x31019B) is known color: Persian Indigo. HEX triplet: 31, 01 and 9B. RGB value is (49,1,155). Sum of RGB (Red+Green+Blue) = 49+1+155=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 155 (60.94% from 255 or 75.61% from 205); Max value from RGB is 155 - color contains mainly: blue. Hex color #31019B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31019B is #CEFE64. Grayscale: #202020. Windows color (decimal): -13565541 or 10158385. OLE color: 10158385.

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

Color convert

RGB 49 1 155 -
CMYK 0.68 0.99 0 0.39
HSL 258.7º 0.99% 0.31% -
HSV(B) 258.7º 0.99% 0.61% -
XYZ 7.19 3.04 31.22 -
YUV 32.91 196.9 139.48 -
System Red Green Blue C M Y K H S L
Decimal 49 1 155 0.68 0.99 0 0.39 258.7 0.99 0.31
Hex 31 1 9B 44 63 0 27 103 63 1F
Octal 61 1 233 104 143 0 47 403 143 37
Binary 110001 1 10011011 1000100 1100011 0 100111 100000011 1100011 11111

Color Harmonies of #31019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31019B

Black with #31019B

Text Example


Text Example

White with #31019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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