Html Css Color HEX #311069 Persian Indigo

📋 copy color: '#311069'

red 49 ◦ green 16 ◦ blue 105

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

Shades of Persian Indigo #311069

Tints of Persian Indigo #311069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

 BLUE value IS 105 (41.41% from 255) = 61.76%

R = 28.82%
G = 9.41%
B = 61.76%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#311069 (or 0x311069) is known color: Persian Indigo. HEX triplet: 31, 10 and 69. RGB value is (49,16,105). Sum of RGB (Red+Green+Blue) = 49+16+105=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 105 (41.41% from 255 or 61.76% from 170); Max value from RGB is 105 - color contains mainly: blue. Hex color #311069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311069 is #CEEF96. Grayscale: #232323. Windows color (decimal): -13561751 or 6885425. OLE color: 6885425.

HSL color Cylindrical-coordinate representation of color #311069: hue angle of 262.25º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311069 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 16 105 -
CMYK 0.53 0.85 0 0.59
HSL 262.25º 0.74% 0.24% -
HSV(B) 262.25º 0.85% 0.41% -
XYZ 4 2.04 13.55 -
YUV 36.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 49 16 105 0.53 0.85 0 0.59 262.25 0.74 0.24
Hex 31 10 69 35 55 0 3B 106 4A 18
Octal 61 20 151 65 125 0 73 406 112 30
Binary 110001 10000 1101001 110101 1010101 0 111011 100000110 1001010 11000

Color Harmonies of #311069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311069

Black with #311069

Text Example


Text Example

White with #311069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311069; }

 p { color: rgb(49,16,105); }

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

background-color css

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

 a { background-color: rgb(49,16,105); }

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

border-color css

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

 span { border-color: rgb(49,16,105); }

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