Html Css Color HEX #310885 Persian Indigo

📋 copy color: '#310885'

red 49 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #310885

Tints of Persian Indigo #310885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.21%

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

R = 25.79%
G = 4.21%
B = 70%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#310885 (or 0x310885) is known color: Persian Indigo. HEX triplet: 31, 08 and 85. RGB value is (49,8,133). Sum of RGB (Red+Green+Blue) = 49+8+133=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #310885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #310885 is #CEF77A. Grayscale: #222222. Windows color (decimal): -13563771 or 8718385. OLE color: 8718385.

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

Color convert

RGB 49 8 133 -
CMYK 0.63 0.94 0 0.48
HSL 259.68º 0.89% 0.28% -
HSV(B) 259.68º 0.94% 0.52% -
XYZ 5.59 2.52 22.38 -
YUV 34.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 49 8 133 0.63 0.94 0 0.48 259.68 0.89 0.28
Hex 31 8 85 3F 5E 0 30 104 59 1C
Octal 61 10 205 77 136 0 60 404 131 34
Binary 110001 1000 10000101 111111 1011110 0 110000 100000100 1011001 11100

Color Harmonies of #310885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310885

Black with #310885

Text Example


Text Example

White with #310885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310885; }

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

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

background-color css

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

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

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

border-color css

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

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

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