Html Css Color HEX #311985 Persian Indigo

📋 copy color: '#311985'

red 49 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #311985

Tints of Persian Indigo #311985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

 BLUE value IS 133 (52.34% from 255) = 64.25%

R = 23.67%
G = 12.08%
B = 64.25%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311985 (or 0x311985) is known color: Persian Indigo. HEX triplet: 31, 19 and 85. RGB value is (49,25,133). Sum of RGB (Red+Green+Blue) = 49+25+133=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #311985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311985 is #CEE67A. Grayscale: #2C2C2C. Windows color (decimal): -13559419 or 8722737. OLE color: 8722737.

HSL color Cylindrical-coordinate representation of color #311985: hue angle of 253.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311985 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 25 133 -
CMYK 0.63 0.81 0 0.48
HSL 253.33º 0.68% 0.31% -
HSV(B) 253.33º 0.81% 0.52% -
XYZ 5.85 3.04 22.47 -
YUV 44.49 177.95 131.22 -
System Red Green Blue C M Y K H S L
Decimal 49 25 133 0.63 0.81 0 0.48 253.33 0.68 0.31
Hex 31 19 85 3F 51 0 30 FD 44 1F
Octal 61 31 205 77 121 0 60 375 104 37
Binary 110001 11001 10000101 111111 1010001 0 110000 11111101 1000100 11111

Color Harmonies of #311985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311985

Black with #311985

Text Example


Text Example

White with #311985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311985; }

 p { color: rgb(49,25,133); }

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

background-color css

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

 a { background-color: rgb(49,25,133); }

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

border-color css

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

 span { border-color: rgb(49,25,133); }

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