Html Css Color HEX #311D7D Persian Indigo

📋 copy color: '#311D7D'

red 49 ◦ green 29 ◦ blue 125

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

Shades of Persian Indigo #311D7D

Tints of Persian Indigo #311D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 24.14%
G = 14.29%
B = 61.58%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#311D7D (or 0x311D7D) is known color: Persian Indigo. HEX triplet: 31, 1D and 7D. RGB value is (49,29,125). Sum of RGB (Red+Green+Blue) = 49+29+125=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #311D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D7D is #CEE282. Grayscale: #2D2D2D. Windows color (decimal): -13558403 or 8199473. OLE color: 8199473.

HSL color Cylindrical-coordinate representation of color #311D7D: hue angle of 252.5º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311D7D is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 29 125 -
CMYK 0.61 0.77 0 0.51
HSL 252.5º 0.62% 0.3% -
HSV(B) 252.5º 0.77% 0.49% -
XYZ 5.41 3.01 19.7 -
YUV 45.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 49 29 125 0.61 0.77 0 0.51 252.5 0.62 0.3
Hex 31 1D 7D 3D 4D 0 33 FD 3E 1E
Octal 61 35 175 75 115 0 63 375 76 36
Binary 110001 11101 1111101 111101 1001101 0 110011 11111101 111110 11110

Color Harmonies of #311D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D7D

Black with #311D7D

Text Example


Text Example

White with #311D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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