Html Css Color HEX #311784 Persian Indigo

📋 copy color: '#311784'

red 49 ◦ green 23 ◦ blue 132

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

Shades of Persian Indigo #311784

Tints of Persian Indigo #311784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 132 (51.95% from 255) = 64.71%

R = 24.02%
G = 11.27%
B = 64.71%

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

#311784 (or 0x311784) is known color: Persian Indigo. HEX triplet: 31, 17 and 84. RGB value is (49,23,132). Sum of RGB (Red+Green+Blue) = 49+23+132=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #311784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311784 is #CEE87B. Grayscale: #2A2A2A. Windows color (decimal): -13559932 or 8656689. OLE color: 8656689.

HSL color Cylindrical-coordinate representation of color #311784: hue angle of 254.31º degrees, saturation: 0.7, 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 #311784 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 23 132 -
CMYK 0.63 0.83 0 0.48
HSL 254.31º 0.7% 0.3% -
HSV(B) 254.31º 0.83% 0.52% -
XYZ 5.74 2.93 22.09 -
YUV 43.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 49 23 132 0.63 0.83 0 0.48 254.31 0.7 0.3
Hex 31 17 84 3F 53 0 30 FE 46 1E
Octal 61 27 204 77 123 0 60 376 106 36
Binary 110001 10111 10000100 111111 1010011 0 110000 11111110 1000110 11110

Color Harmonies of #311784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311784

Black with #311784

Text Example


Text Example

White with #311784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311784; }

 p { color: rgb(49,23,132); }

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

background-color css

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

 a { background-color: rgb(49,23,132); }

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

border-color css

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

 span { border-color: rgb(49,23,132); }

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