Html Css Color HEX #311998 Persian Indigo

📋 copy color: '#311998'

red 49 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #311998

Tints of Persian Indigo #311998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 67.26%

R = 21.68%
G = 11.06%
B = 67.26%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#311998 (or 0x311998) is known color: Persian Indigo. HEX triplet: 31, 19 and 98. RGB value is (49,25,152). Sum of RGB (Red+Green+Blue) = 49+25+152=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #311998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311998 is #CEE667. Grayscale: #2E2E2E. Windows color (decimal): -13559400 or 9967921. OLE color: 9967921.

HSL color Cylindrical-coordinate representation of color #311998: hue angle of 251.34º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311998 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 49 25 152 -
CMYK 0.68 0.84 0 0.40
HSL 251.34º 0.72% 0.35% -
HSV(B) 251.34º 0.84% 0.6% -
XYZ 7.28 3.62 30.02 -
YUV 46.65 187.45 129.67 -
System Red Green Blue C M Y K H S L
Decimal 49 25 152 0.68 0.84 0 0.40 251.34 0.72 0.35
Hex 31 19 98 44 54 0 28 FB 48 23
Octal 61 31 230 104 124 0 50 373 110 43
Binary 110001 11001 10011000 1000100 1010100 0 101000 11111011 1001000 100011

Color Harmonies of #311998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311998

Black with #311998

Text Example


Text Example

White with #311998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311998; }

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

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

background-color css

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

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

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

border-color css

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

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

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