Html Css Color HEX #31059E Persian Indigo

📋 copy color: '#31059E'

red 49 ◦ green 5 ◦ blue 158

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

Shades of Persian Indigo #31059E

Tints of Persian Indigo #31059E

RGB

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

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

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

R = 23.11%
G = 2.36%
B = 74.53%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31059E (or 0x31059E) is known color: Persian Indigo. HEX triplet: 31, 05 and 9E. RGB value is (49,5,158). Sum of RGB (Red+Green+Blue) = 49+5+158=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #31059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31059E is #CEFA61. Grayscale: #232323. Windows color (decimal): -13564514 or 10356017. OLE color: 10356017.

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

Color convert

RGB 49 5 158 -
CMYK 0.69 0.97 0 0.38
HSL 257.25º 0.94% 0.32% -
HSV(B) 257.25º 0.97% 0.62% -
XYZ 7.49 3.23 32.58 -
YUV 35.6 197.08 137.56 -
System Red Green Blue C M Y K H S L
Decimal 49 5 158 0.69 0.97 0 0.38 257.25 0.94 0.32
Hex 31 5 9E 45 61 0 26 101 5E 20
Octal 61 5 236 105 141 0 46 401 136 40
Binary 110001 101 10011110 1000101 1100001 0 100110 100000001 1011110 100000

Color Harmonies of #31059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31059E

Black with #31059E

Text Example


Text Example

White with #31059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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