Html Css Color HEX #311792 Persian Indigo

📋 copy color: '#311792'

red 49 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #311792

Tints of Persian Indigo #311792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 146 (57.42% from 255) = 66.97%

R = 22.48%
G = 10.55%
B = 66.97%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#311792 (or 0x311792) is known color: Persian Indigo. HEX triplet: 31, 17 and 92. RGB value is (49,23,146). Sum of RGB (Red+Green+Blue) = 49+23+146=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #311792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311792 is #CEE86D. Grayscale: #2C2C2C. Windows color (decimal): -13559918 or 9574193. OLE color: 9574193.

HSL color Cylindrical-coordinate representation of color #311792: hue angle of 252.68º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311792 is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 23 146 -
CMYK 0.66 0.84 0 0.43
HSL 252.68º 0.73% 0.33% -
HSV(B) 252.68º 0.84% 0.57% -
XYZ 6.76 3.34 27.48 -
YUV 44.8 185.11 131 -
System Red Green Blue C M Y K H S L
Decimal 49 23 146 0.66 0.84 0 0.43 252.68 0.73 0.33
Hex 31 17 92 42 54 0 2B FD 49 21
Octal 61 27 222 102 124 0 53 375 111 41
Binary 110001 10111 10010010 1000010 1010100 0 101011 11111101 1001001 100001

Color Harmonies of #311792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311792

Black with #311792

Text Example


Text Example

White with #311792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311792; }

 p { color: rgb(49,23,146); }

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

background-color css

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

 a { background-color: rgb(49,23,146); }

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

border-color css

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

 span { border-color: rgb(49,23,146); }

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