Html Css Color HEX #31049D Persian Indigo

📋 copy color: '#31049D'

red 49 ◦ green 4 ◦ blue 157

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

Shades of Persian Indigo #31049D

Tints of Persian Indigo #31049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

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

R = 23.33%
G = 1.9%
B = 74.76%

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

#31049D (or 0x31049D) is known color: Persian Indigo. HEX triplet: 31, 04 and 9D. RGB value is (49,4,157). Sum of RGB (Red+Green+Blue) = 49+4+157=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #31049D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31049D is #CEFB62. Grayscale: #222222. Windows color (decimal): -13564771 or 10290225. OLE color: 10290225.

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

Color convert

RGB 49 4 157 -
CMYK 0.69 0.97 0 0.38
HSL 257.65º 0.95% 0.32% -
HSV(B) 257.65º 0.97% 0.62% -
XYZ 7.4 3.17 32.12 -
YUV 34.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 49 4 157 0.69 0.97 0 0.38 257.65 0.95 0.32
Hex 31 4 9D 45 61 0 26 102 5F 20
Octal 61 4 235 105 141 0 46 402 137 40
Binary 110001 100 10011101 1000101 1100001 0 100110 100000010 1011111 100000

Color Harmonies of #31049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31049D

Black with #31049D

Text Example


Text Example

White with #31049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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