Html Css Color HEX #311C99 Persian Indigo

📋 copy color: '#311C99'

red 49 ◦ green 28 ◦ blue 153

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

Shades of Persian Indigo #311C99

Tints of Persian Indigo #311C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 66.52%

R = 21.3%
G = 12.17%
B = 66.52%

CMYK

 C value IS 0.68

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#311C99 (or 0x311C99) is known color: Persian Indigo. HEX triplet: 31, 1C and 99. RGB value is (49,28,153). Sum of RGB (Red+Green+Blue) = 49+28+153=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 153 (60.16% from 255 or 66.52% from 230); Max value from RGB is 153 - color contains mainly: blue. Hex color #311C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311C99 is #CEE366. Grayscale: #303030. Windows color (decimal): -13558631 or 10034225. OLE color: 10034225.

HSL color Cylindrical-coordinate representation of color #311C99: hue angle of 250.08º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #311C99 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 28 153 -
CMYK 0.68 0.82 0 0.4
HSL 250.08º 0.69% 0.35% -
HSV(B) 250.08º 0.82% 0.6% -
XYZ 7.43 3.78 30.48 -
YUV 48.53 186.96 128.34 -
System Red Green Blue C M Y K H S L
Decimal 49 28 153 0.68 0.82 0 0.4 250.08 0.69 0.35
Hex 31 1C 99 44 52 0 28 FA 45 23
Octal 61 34 231 104 122 0 50 372 105 43
Binary 110001 11100 10011001 1000100 1010010 0 101000 11111010 1000101 100011

Color Harmonies of #311C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311C99

Black with #311C99

Text Example


Text Example

White with #311C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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