Html Css Color HEX #311385 Persian Indigo

📋 copy color: '#311385'

red 49 ◦ green 19 ◦ blue 133

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

Shades of Persian Indigo #311385

Tints of Persian Indigo #311385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

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

R = 24.38%
G = 9.45%
B = 66.17%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#311385 (or 0x311385) is known color: Persian Indigo. HEX triplet: 31, 13 and 85. RGB value is (49,19,133). Sum of RGB (Red+Green+Blue) = 49+19+133=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #311385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311385 is #CEEC7A. Grayscale: #282828. Windows color (decimal): -13560955 or 8721201. OLE color: 8721201.

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

Color convert

RGB 49 19 133 -
CMYK 0.63 0.86 0 0.48
HSL 255.79º 0.75% 0.3% -
HSV(B) 255.79º 0.86% 0.52% -
XYZ 5.73 2.81 22.43 -
YUV 40.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 49 19 133 0.63 0.86 0 0.48 255.79 0.75 0.3
Hex 31 13 85 3F 56 0 30 100 4B 1E
Octal 61 23 205 77 126 0 60 400 113 36
Binary 110001 10011 10000101 111111 1010110 0 110000 100000000 1001011 11110

Color Harmonies of #311385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311385

Black with #311385

Text Example


Text Example

White with #311385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311385; }

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

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

background-color css

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

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

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

border-color css

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

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

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