Html Css Color HEX #311272 Persian Indigo

📋 copy color: '#311272'

red 49 ◦ green 18 ◦ blue 114

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

Shades of Persian Indigo #311272

Tints of Persian Indigo #311272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

 BLUE value IS 114 (44.92% from 255) = 62.98%

R = 27.07%
G = 9.94%
B = 62.98%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#311272 (or 0x311272) is known color: Persian Indigo. HEX triplet: 31, 12 and 72. RGB value is (49,18,114). Sum of RGB (Red+Green+Blue) = 49+18+114=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 114 (44.92% from 255 or 62.98% from 181); Max value from RGB is 114 - color contains mainly: blue. Hex color #311272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311272 is #CEED8D. Grayscale: #252525. Windows color (decimal): -13561230 or 7475761. OLE color: 7475761.

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

Color convert

RGB 49 18 114 -
CMYK 0.57 0.84 0 0.55
HSL 259.38º 0.73% 0.26% -
HSV(B) 259.38º 0.84% 0.45% -
XYZ 4.52 2.3 16.13 -
YUV 38.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 49 18 114 0.57 0.84 0 0.55 259.38 0.73 0.26
Hex 31 12 72 39 54 0 37 103 49 1A
Octal 61 22 162 71 124 0 67 403 111 32
Binary 110001 10010 1110010 111001 1010100 0 110111 100000011 1001001 11010

Color Harmonies of #311272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311272

Black with #311272

Text Example


Text Example

White with #311272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311272; }

 p { color: rgb(49,18,114); }

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

background-color css

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

 a { background-color: rgb(49,18,114); }

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

border-color css

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

 span { border-color: rgb(49,18,114); }

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