Html Css Color HEX #311297 Persian Indigo

📋 copy color: '#311297'

red 49 ◦ green 18 ◦ blue 151

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

Shades of Persian Indigo #311297

Tints of Persian Indigo #311297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 69.27%

R = 22.48%
G = 8.26%
B = 69.27%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#311297 (or 0x311297) is known color: Persian Indigo. HEX triplet: 31, 12 and 97. RGB value is (49,18,151). Sum of RGB (Red+Green+Blue) = 49+18+151=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 151 (59.38% from 255 or 69.27% from 218); Max value from RGB is 151 - color contains mainly: blue. Hex color #311297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311297 is #CEED68. Grayscale: #292929. Windows color (decimal): -13561193 or 9900593. OLE color: 9900593.

HSL color Cylindrical-coordinate representation of color #311297: hue angle of 253.98º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311297 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 18 151 -
CMYK 0.68 0.88 0 0.41
HSL 253.99º 0.79% 0.33% -
HSV(B) 253.99º 0.88% 0.59% -
XYZ 7.07 3.32 29.55 -
YUV 42.43 189.27 132.69 -
System Red Green Blue C M Y K H S L
Decimal 49 18 151 0.68 0.88 0 0.41 253.99 0.79 0.33
Hex 31 12 97 44 58 0 29 FE 4F 21
Octal 61 22 227 104 130 0 51 376 117 41
Binary 110001 10010 10010111 1000100 1011000 0 101001 11111110 1001111 100001

Color Harmonies of #311297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311297

Black with #311297

Text Example


Text Example

White with #311297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311297; }

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

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

background-color css

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

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

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

border-color css

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

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

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