Html Css Color HEX #311D7C Persian Indigo

📋 copy color: '#311D7C'

red 49 ◦ green 29 ◦ blue 124

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

Shades of Persian Indigo #311D7C

Tints of Persian Indigo #311D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.39%

R = 24.26%
G = 14.36%
B = 61.39%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#311D7C (or 0x311D7C) is known color: Persian Indigo. HEX triplet: 31, 1D and 7C. RGB value is (49,29,124). Sum of RGB (Red+Green+Blue) = 49+29+124=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 124 (48.83% from 255 or 61.39% from 202); Max value from RGB is 124 - color contains mainly: blue. Hex color #311D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D7C is #CEE283. Grayscale: #2D2D2D. Windows color (decimal): -13558404 or 8133937. OLE color: 8133937.

HSL color Cylindrical-coordinate representation of color #311D7C: hue angle of 252.63º 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 #311D7C is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 29 124 -
CMYK 0.60 0.77 0 0.51
HSL 252.63º 0.62% 0.3% -
HSV(B) 252.63º 0.77% 0.49% -
XYZ 5.34 2.99 19.36 -
YUV 45.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 49 29 124 0.60 0.77 0 0.51 252.63 0.62 0.3
Hex 31 1D 7C 3C 4D 0 33 FD 3E 1E
Octal 61 35 174 74 115 0 63 375 76 36
Binary 110001 11101 1111100 111100 1001101 0 110011 11111101 111110 11110

Color Harmonies of #311D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D7C

Black with #311D7C

Text Example


Text Example

White with #311D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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