Html Css Color HEX #311A70 Persian Indigo

📋 copy color: '#311A70'

red 49 ◦ green 26 ◦ blue 112

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

Shades of Persian Indigo #311A70

Tints of Persian Indigo #311A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 59.89%

R = 26.2%
G = 13.9%
B = 59.89%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#311A70 (or 0x311A70) is known color: Persian Indigo. HEX triplet: 31, 1A and 70. RGB value is (49,26,112). Sum of RGB (Red+Green+Blue) = 49+26+112=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #311A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A70 is #CEE58F. Grayscale: #2A2A2A. Windows color (decimal): -13559184 or 7346737. OLE color: 7346737.

HSL color Cylindrical-coordinate representation of color #311A70: hue angle of 256.05º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311A70 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 26 112 -
CMYK 0.56 0.77 0 0.56
HSL 256.05º 0.62% 0.27% -
HSV(B) 256.05º 0.77% 0.44% -
XYZ 4.56 2.56 15.58 -
YUV 42.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 49 26 112 0.56 0.77 0 0.56 256.05 0.62 0.27
Hex 31 1A 70 38 4D 0 38 100 3E 1B
Octal 61 32 160 70 115 0 70 400 76 33
Binary 110001 11010 1110000 111000 1001101 0 111000 100000000 111110 11011

Color Harmonies of #311A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311A70

Black with #311A70

Text Example


Text Example

White with #311A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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