Html Css Color HEX #31049E Persian Indigo

📋 copy color: '#31049E'

red 49 ◦ green 4 ◦ blue 158

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

Shades of Persian Indigo #31049E

Tints of Persian Indigo #31049E

RGB

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

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

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

R = 23.22%
G = 1.9%
B = 74.88%

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

#31049E (or 0x31049E) is known color: Persian Indigo. HEX triplet: 31, 04 and 9E. RGB value is (49,4,158). Sum of RGB (Red+Green+Blue) = 49+4+158=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 158 (62.11% from 255 or 74.88% from 211); Max value from RGB is 158 - color contains mainly: blue. Hex color #31049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31049E is #CEFB61. Grayscale: #222222. Windows color (decimal): -13564770 or 10355761. OLE color: 10355761.

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

Color convert

RGB 49 4 158 -
CMYK 0.69 0.97 0 0.38
HSL 257.53º 0.95% 0.32% -
HSV(B) 257.53º 0.97% 0.62% -
XYZ 7.48 3.21 32.57 -
YUV 35.01 197.41 137.98 -
System Red Green Blue C M Y K H S L
Decimal 49 4 158 0.69 0.97 0 0.38 257.53 0.95 0.32
Hex 31 4 9E 45 61 0 26 102 5F 20
Octal 61 4 236 105 141 0 46 402 137 40
Binary 110001 100 10011110 1000101 1100001 0 100110 100000010 1011111 100000

Color Harmonies of #31049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31049E

Black with #31049E

Text Example


Text Example

White with #31049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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