Html Css Color HEX #311D9B Persian Indigo

📋 copy color: '#311D9B'

red 49 ◦ green 29 ◦ blue 155

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

Shades of Persian Indigo #311D9B

Tints of Persian Indigo #311D9B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

 BLUE value IS 155 (60.94% from 255) = 66.52%

R = 21.03%
G = 12.45%
B = 66.52%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#311D9B (or 0x311D9B) is known color: Persian Indigo. HEX triplet: 31, 1D and 9B. RGB value is (49,29,155). Sum of RGB (Red+Green+Blue) = 49+29+155=233 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.03% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #311D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311D9B is #CEE264. Grayscale: #303030. Windows color (decimal): -13558373 or 10165553. OLE color: 10165553.

HSL color Cylindrical-coordinate representation of color #311D9B: hue angle of 249.52º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311D9B is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 29 155 -
CMYK 0.68 0.81 0 0.39
HSL 249.52º 0.68% 0.36% -
HSV(B) 249.52º 0.81% 0.61% -
XYZ 7.62 3.9 31.36 -
YUV 49.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 49 29 155 0.68 0.81 0 0.39 249.52 0.68 0.36
Hex 31 1D 9B 44 51 0 27 FA 44 24
Octal 61 35 233 104 121 0 47 372 104 44
Binary 110001 11101 10011011 1000100 1010001 0 100111 11111010 1000100 100100

Color Harmonies of #311D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D9B

Black with #311D9B

Text Example


Text Example

White with #311D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,155); }

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

background-color css

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

 a { background-color: rgb(49,29,155); }

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

border-color css

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

 span { border-color: rgb(49,29,155); }

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