Html Css Color HEX #311990 Persian Indigo

📋 copy color: '#311990'

red 49 ◦ green 25 ◦ blue 144

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

Shades of Persian Indigo #311990

Tints of Persian Indigo #311990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

 BLUE value IS 144 (56.64% from 255) = 66.06%

R = 22.48%
G = 11.47%
B = 66.06%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#311990 (or 0x311990) is known color: Persian Indigo. HEX triplet: 31, 19 and 90. RGB value is (49,25,144). Sum of RGB (Red+Green+Blue) = 49+25+144=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 144 (56.64% from 255 or 66.06% from 218); Max value from RGB is 144 - color contains mainly: blue. Hex color #311990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311990 is #CEE66F. Grayscale: #2D2D2D. Windows color (decimal): -13559408 or 9443633. OLE color: 9443633.

HSL color Cylindrical-coordinate representation of color #311990: hue angle of 252.1º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311990 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 25 144 -
CMYK 0.66 0.83 0 0.44
HSL 252.1º 0.7% 0.33% -
HSV(B) 252.1º 0.83% 0.56% -
XYZ 6.65 3.36 26.68 -
YUV 45.74 183.45 130.32 -
System Red Green Blue C M Y K H S L
Decimal 49 25 144 0.66 0.83 0 0.44 252.1 0.7 0.33
Hex 31 19 90 42 53 0 2C FC 46 21
Octal 61 31 220 102 123 0 54 374 106 41
Binary 110001 11001 10010000 1000010 1010011 0 101100 11111100 1000110 100001

Color Harmonies of #311990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311990

Black with #311990

Text Example


Text Example

White with #311990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311990; }

 p { color: rgb(49,25,144); }

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

background-color css

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

 a { background-color: rgb(49,25,144); }

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

border-color css

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

 span { border-color: rgb(49,25,144); }

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