Html Css Color HEX #311A73 Persian Indigo

📋 copy color: '#311A73'

red 49 ◦ green 26 ◦ blue 115

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

Shades of Persian Indigo #311A73

Tints of Persian Indigo #311A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.53%

R = 25.79%
G = 13.68%
B = 60.53%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311A73 (or 0x311A73) is known color: Persian Indigo. HEX triplet: 31, 1A and 73. RGB value is (49,26,115). Sum of RGB (Red+Green+Blue) = 49+26+115=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #311A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A73 is #CEE58C. Grayscale: #2A2A2A. Windows color (decimal): -13559181 or 7543345. OLE color: 7543345.

HSL color Cylindrical-coordinate representation of color #311A73: hue angle of 255.51º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311A73 is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 26 115 -
CMYK 0.57 0.77 0 0.55
HSL 255.51º 0.63% 0.28% -
HSV(B) 255.51º 0.77% 0.45% -
XYZ 4.73 2.63 16.48 -
YUV 43.02 168.62 132.26 -
System Red Green Blue C M Y K H S L
Decimal 49 26 115 0.57 0.77 0 0.55 255.51 0.63 0.28
Hex 31 1A 73 39 4D 0 37 100 3F 1C
Octal 61 32 163 71 115 0 67 400 77 34
Binary 110001 11010 1110011 111001 1001101 0 110111 100000000 111111 11100

Color Harmonies of #311A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A73

Black with #311A73

Text Example


Text Example

White with #311A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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