Html Css Color HEX #311C93 Persian Indigo

📋 copy color: '#311C93'

red 49 ◦ green 28 ◦ blue 147

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

Shades of Persian Indigo #311C93

Tints of Persian Indigo #311C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

 BLUE value IS 147 (57.81% from 255) = 65.63%

R = 21.88%
G = 12.5%
B = 65.63%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#311C93 (or 0x311C93) is known color: Persian Indigo. HEX triplet: 31, 1C and 93. RGB value is (49,28,147). Sum of RGB (Red+Green+Blue) = 49+28+147=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 147 (57.81% from 255 or 65.62% from 224); Max value from RGB is 147 - color contains mainly: blue. Hex color #311C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311C93 is #CEE36C. Grayscale: #2F2F2F. Windows color (decimal): -13558637 or 9641009. OLE color: 9641009.

HSL color Cylindrical-coordinate representation of color #311C93: hue angle of 250.59º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311C93 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 28 147 -
CMYK 0.67 0.81 0 0.42
HSL 250.59º 0.68% 0.34% -
HSV(B) 250.59º 0.81% 0.58% -
XYZ 6.95 3.59 27.93 -
YUV 47.85 183.96 128.82 -
System Red Green Blue C M Y K H S L
Decimal 49 28 147 0.67 0.81 0 0.42 250.59 0.68 0.34
Hex 31 1C 93 43 51 0 2A FB 44 22
Octal 61 34 223 103 121 0 52 373 104 42
Binary 110001 11100 10010011 1000011 1010001 0 101010 11111011 1000100 100010

Color Harmonies of #311C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C93

Black with #311C93

Text Example


Text Example

White with #311C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311C93; }

 p { color: rgb(49,28,147); }

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

background-color css

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

 a { background-color: rgb(49,28,147); }

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

border-color css

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

 span { border-color: rgb(49,28,147); }

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