Html Css Color HEX #311A9E Persian Indigo

📋 copy color: '#311A9E'

red 49 ◦ green 26 ◦ blue 158

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

Shades of Persian Indigo #311A9E

Tints of Persian Indigo #311A9E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.16%

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

R = 21.03%
G = 11.16%
B = 67.81%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#311A9E (or 0x311A9E) is known color: Persian Indigo. HEX triplet: 31, 1A and 9E. RGB value is (49,26,158). Sum of RGB (Red+Green+Blue) = 49+26+158=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #311A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311A9E is #CEE561. Grayscale: #2F2F2F. Windows color (decimal): -13559138 or 10361393. OLE color: 10361393.

HSL color Cylindrical-coordinate representation of color #311A9E: hue angle of 250.45º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311A9E is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 26 158 -
CMYK 0.69 0.84 0 0.38
HSL 250.45º 0.72% 0.36% -
HSV(B) 250.45º 0.84% 0.62% -
XYZ 7.81 3.86 32.68 -
YUV 47.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 49 26 158 0.69 0.84 0 0.38 250.45 0.72 0.36
Hex 31 1A 9E 45 54 0 26 FA 48 24
Octal 61 32 236 105 124 0 46 372 110 44
Binary 110001 11010 10011110 1000101 1010100 0 100110 11111010 1001000 100100

Color Harmonies of #311A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A9E

Black with #311A9E

Text Example


Text Example

White with #311A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311A9E; }

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

 H1.HeaderClassName
 {
   color: #311A9E;
 }
 .AnyTagClassName
 {
   color: #311A9E;
 }
</style>

background-color css

<style>
 a { background-color: #311A9E; }

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

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

border-color css

<style>
 span { border-color: #311A9E; }

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

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