Html Css Color HEX #311F7D Persian Indigo

📋 copy color: '#311F7D'

red 49 ◦ green 31 ◦ blue 125

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

Shades of Persian Indigo #311F7D

Tints of Persian Indigo #311F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.12%

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

R = 23.9%
G = 15.12%
B = 60.98%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#311F7D (or 0x311F7D) is known color: Persian Indigo. HEX triplet: 31, 1F and 7D. RGB value is (49,31,125). Sum of RGB (Red+Green+Blue) = 49+31+125=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 125 (49.22% from 255 or 60.98% from 205); Max value from RGB is 125 - color contains mainly: blue. Hex color #311F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F7D is #CEE082. Grayscale: #2E2E2E. Windows color (decimal): -13557891 or 8199985. OLE color: 8199985.

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

Color convert

RGB 49 31 125 -
CMYK 0.61 0.75 0 0.51
HSL 251.49º 0.6% 0.31% -
HSV(B) 251.49º 0.75% 0.49% -
XYZ 5.46 3.11 19.72 -
YUV 47.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 49 31 125 0.61 0.75 0 0.51 251.49 0.6 0.31
Hex 31 1F 7D 3D 4B 0 33 FB 3C 1F
Octal 61 37 175 75 113 0 63 373 74 37
Binary 110001 11111 1111101 111101 1001011 0 110011 11111011 111100 11111

Color Harmonies of #311F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F7D

Black with #311F7D

Text Example


Text Example

White with #311F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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