Html Css Color HEX #31059C Persian Indigo

📋 copy color: '#31059C'

red 49 ◦ green 5 ◦ blue 156

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

Shades of Persian Indigo #31059C

Tints of Persian Indigo #31059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 74.29%

R = 23.33%
G = 2.38%
B = 74.29%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#31059C (or 0x31059C) is known color: Persian Indigo. HEX triplet: 31, 05 and 9C. RGB value is (49,5,156). Sum of RGB (Red+Green+Blue) = 49+5+156=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 156 (61.33% from 255 or 74.29% from 210); Max value from RGB is 156 - color contains mainly: blue. Hex color #31059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31059C is #CEFA63. Grayscale: #222222. Windows color (decimal): -13564516 or 10224945. OLE color: 10224945.

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

Color convert

RGB 49 5 156 -
CMYK 0.69 0.97 0 0.39
HSL 257.48º 0.94% 0.32% -
HSV(B) 257.48º 0.97% 0.61% -
XYZ 7.32 3.16 31.68 -
YUV 35.37 196.08 137.72 -
System Red Green Blue C M Y K H S L
Decimal 49 5 156 0.69 0.97 0 0.39 257.48 0.94 0.32
Hex 31 5 9C 45 61 0 27 101 5E 20
Octal 61 5 234 105 141 0 47 401 136 40
Binary 110001 101 10011100 1000101 1100001 0 100111 100000001 1011110 100000

Color Harmonies of #31059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31059C

Black with #31059C

Text Example


Text Example

White with #31059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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