Html Css Color HEX #311694 Persian Indigo

📋 copy color: '#311694'

red 49 ◦ green 22 ◦ blue 148

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

Shades of Persian Indigo #311694

Tints of Persian Indigo #311694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

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

R = 22.37%
G = 10.05%
B = 67.58%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#311694 (or 0x311694) is known color: Persian Indigo. HEX triplet: 31, 16 and 94. RGB value is (49,22,148). Sum of RGB (Red+Green+Blue) = 49+22+148=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #311694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311694 is #CEE96B. Grayscale: #2B2B2B. Windows color (decimal): -13560172 or 9705009. OLE color: 9705009.

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

Color convert

RGB 49 22 148 -
CMYK 0.67 0.85 0 0.42
HSL 252.86º 0.74% 0.33% -
HSV(B) 252.86º 0.85% 0.58% -
XYZ 6.9 3.36 28.3 -
YUV 44.44 186.45 131.25 -
System Red Green Blue C M Y K H S L
Decimal 49 22 148 0.67 0.85 0 0.42 252.86 0.74 0.33
Hex 31 16 94 43 55 0 2A FD 4A 21
Octal 61 26 224 103 125 0 52 375 112 41
Binary 110001 10110 10010100 1000011 1010101 0 101010 11111101 1001010 100001

Color Harmonies of #311694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311694

Black with #311694

Text Example


Text Example

White with #311694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311694; }

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

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

background-color css

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

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

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

border-color css

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

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

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