Html Css Color HEX #31059B Persian Indigo

📋 copy color: '#31059B'

red 49 ◦ green 5 ◦ blue 155

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

Shades of Persian Indigo #31059B

Tints of Persian Indigo #31059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.39%

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

R = 23.44%
G = 2.39%
B = 74.16%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31059B (or 0x31059B) is known color: Persian Indigo. HEX triplet: 31, 05 and 9B. RGB value is (49,5,155). Sum of RGB (Red+Green+Blue) = 49+5+155=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #31059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31059B is #CEFA64. Grayscale: #222222. Windows color (decimal): -13564517 or 10159409. OLE color: 10159409.

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

Color convert

RGB 49 5 155 -
CMYK 0.68 0.97 0 0.39
HSL 257.6º 0.94% 0.31% -
HSV(B) 257.6º 0.97% 0.61% -
XYZ 7.24 3.13 31.23 -
YUV 35.26 195.58 137.8 -
System Red Green Blue C M Y K H S L
Decimal 49 5 155 0.68 0.97 0 0.39 257.6 0.94 0.31
Hex 31 5 9B 44 61 0 27 102 5E 1F
Octal 61 5 233 104 141 0 47 402 136 37
Binary 110001 101 10011011 1000100 1100001 0 100111 100000010 1011110 11111

Color Harmonies of #31059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31059B

Black with #31059B

Text Example


Text Example

White with #31059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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