Html Css Color HEX #311994 Persian Indigo

📋 copy color: '#311994'

red 49 ◦ green 25 ◦ blue 148

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

Shades of Persian Indigo #311994

Tints of Persian Indigo #311994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 66.67%

R = 22.07%
G = 11.26%
B = 66.67%

CMYK

 C value IS 0.67

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#311994 (or 0x311994) is known color: Persian Indigo. HEX triplet: 31, 19 and 94. RGB value is (49,25,148). Sum of RGB (Red+Green+Blue) = 49+25+148=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 148 (58.20% from 255 or 66.67% from 222); Max value from RGB is 148 - color contains mainly: blue. Hex color #311994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311994 is #CEE66B. Grayscale: #2D2D2D. Windows color (decimal): -13559404 or 9705777. OLE color: 9705777.

HSL color Cylindrical-coordinate representation of color #311994: hue angle of 251.71º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #311994 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 25 148 -
CMYK 0.67 0.83 0 0.42
HSL 251.71º 0.71% 0.34% -
HSV(B) 251.71º 0.83% 0.58% -
XYZ 6.96 3.49 28.32 -
YUV 46.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 49 25 148 0.67 0.83 0 0.42 251.71 0.71 0.34
Hex 31 19 94 43 53 0 2A FC 47 22
Octal 61 31 224 103 123 0 52 374 107 42
Binary 110001 11001 10010100 1000011 1010011 0 101010 11111100 1000111 100010

Color Harmonies of #311994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311994

Black with #311994

Text Example


Text Example

White with #311994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311994; }

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

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

background-color css

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

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

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

border-color css

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

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

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