Html Css Color HEX #311685 Persian Indigo

📋 copy color: '#311685'

red 49 ◦ green 22 ◦ blue 133

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

Shades of Persian Indigo #311685

Tints of Persian Indigo #311685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.78%

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

R = 24.02%
G = 10.78%
B = 65.2%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311685 (or 0x311685) is known color: Persian Indigo. HEX triplet: 31, 16 and 85. RGB value is (49,22,133). Sum of RGB (Red+Green+Blue) = 49+22+133=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #311685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311685 is #CEE97A. Grayscale: #2A2A2A. Windows color (decimal): -13560187 or 8721969. OLE color: 8721969.

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

Color convert

RGB 49 22 133 -
CMYK 0.63 0.83 0 0.48
HSL 254.59º 0.72% 0.3% -
HSV(B) 254.59º 0.83% 0.52% -
XYZ 5.79 2.92 22.45 -
YUV 42.73 178.95 132.47 -
System Red Green Blue C M Y K H S L
Decimal 49 22 133 0.63 0.83 0 0.48 254.59 0.72 0.3
Hex 31 16 85 3F 53 0 30 FF 48 1E
Octal 61 26 205 77 123 0 60 377 110 36
Binary 110001 10110 10000101 111111 1010011 0 110000 11111111 1001000 11110

Color Harmonies of #311685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311685

Black with #311685

Text Example


Text Example

White with #311685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311685; }

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

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

background-color css

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

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

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

border-color css

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

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

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