Html Css Color HEX #311592 Persian Indigo

📋 copy color: '#311592'

red 49 ◦ green 21 ◦ blue 146

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

Shades of Persian Indigo #311592

Tints of Persian Indigo #311592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.72%

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

R = 22.69%
G = 9.72%
B = 67.59%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#311592 (or 0x311592) is known color: Persian Indigo. HEX triplet: 31, 15 and 92. RGB value is (49,21,146). Sum of RGB (Red+Green+Blue) = 49+21+146=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #311592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311592 is #CEEA6D. Grayscale: #2B2B2B. Windows color (decimal): -13560430 or 9573681. OLE color: 9573681.

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

Color convert

RGB 49 21 146 -
CMYK 0.66 0.86 0 0.43
HSL 253.44º 0.75% 0.33% -
HSV(B) 253.44º 0.86% 0.57% -
XYZ 6.72 3.26 27.47 -
YUV 43.62 185.78 131.84 -
System Red Green Blue C M Y K H S L
Decimal 49 21 146 0.66 0.86 0 0.43 253.44 0.75 0.33
Hex 31 15 92 42 56 0 2B FD 4B 21
Octal 61 25 222 102 126 0 53 375 113 41
Binary 110001 10101 10010010 1000010 1010110 0 101011 11111101 1001011 100001

Color Harmonies of #311592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311592

Black with #311592

Text Example


Text Example

White with #311592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311592; }

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

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

background-color css

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

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

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

border-color css

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

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

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