Html Css Color HEX #31059D Persian Indigo

📋 copy color: '#31059D'

red 49 ◦ green 5 ◦ blue 157

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

Shades of Persian Indigo #31059D

Tints of Persian Indigo #31059D

RGB

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

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

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

R = 23.22%
G = 2.37%
B = 74.41%

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

#31059D (or 0x31059D) is known color: Persian Indigo. HEX triplet: 31, 05 and 9D. RGB value is (49,5,157). Sum of RGB (Red+Green+Blue) = 49+5+157=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #31059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31059D is #CEFA62. Grayscale: #222222. Windows color (decimal): -13564515 or 10290481. OLE color: 10290481.

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

Color convert

RGB 49 5 157 -
CMYK 0.69 0.97 0 0.38
HSL 257.37º 0.94% 0.32% -
HSV(B) 257.37º 0.97% 0.62% -
XYZ 7.41 3.2 32.12 -
YUV 35.48 196.58 137.64 -
System Red Green Blue C M Y K H S L
Decimal 49 5 157 0.69 0.97 0 0.38 257.37 0.94 0.32
Hex 31 5 9D 45 61 0 26 101 5E 20
Octal 61 5 235 105 141 0 46 401 136 40
Binary 110001 101 10011101 1000101 1100001 0 100110 100000001 1011110 100000

Color Harmonies of #31059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31059D

Black with #31059D

Text Example


Text Example

White with #31059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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