Html Css Color HEX #311C94 Persian Indigo

📋 copy color: '#311C94'

red 49 ◦ green 28 ◦ blue 148

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

Shades of Persian Indigo #311C94

Tints of Persian Indigo #311C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 65.78%

R = 21.78%
G = 12.44%
B = 65.78%

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

#311C94 (or 0x311C94) is known color: Persian Indigo. HEX triplet: 31, 1C and 94. RGB value is (49,28,148). Sum of RGB (Red+Green+Blue) = 49+28+148=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #311C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311C94 is #CEE36B. Grayscale: #2F2F2F. Windows color (decimal): -13558636 or 9706545. OLE color: 9706545.

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

Color convert

RGB 49 28 148 -
CMYK 0.67 0.81 0 0.42
HSL 250.5º 0.68% 0.35% -
HSV(B) 250.5º 0.81% 0.58% -
XYZ 7.03 3.62 28.35 -
YUV 47.96 184.46 128.74 -
System Red Green Blue C M Y K H S L
Decimal 49 28 148 0.67 0.81 0 0.42 250.5 0.68 0.35
Hex 31 1C 94 43 51 0 2A FB 44 23
Octal 61 34 224 103 121 0 52 373 104 43
Binary 110001 11100 10010100 1000011 1010001 0 101010 11111011 1000100 100011

Color Harmonies of #311C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C94

Black with #311C94

Text Example


Text Example

White with #311C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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