#31059D

Color #31059D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #31059D

Tints of Persian Indigo #31059D

Color information

#31059D (or 0x31059D) is unknown color: approx Persian Indigo. HEX triplet: 31, 05 and 9D. RGB value is (49,5,157). Sum of RGB (Red+Green+Blue) = 49+5+157=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 157 (61.72% from 255 or 74.41% from 211); Max value from RGB is 157 - color contains mainly: blue. Hex color #31059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31059D is #CEFA62. Grayscale: #222222. Windows color (decimal): -13564515 or 10290481. OLE color: 10290481.

HSL color Cylindrical-coordinate representation of color #31059D: hue angle of 257.37º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #31059D is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB495157-
CMYK0.690.9700.38
HSL257.37º93.83%31.76%-
HSV(B)257.37º96.82%61.57%-
XYZ7.413.232.12-
YUV35.48196.58137.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 157 (61.72% from 255) = 74.41%
R=23.22%
G=2.37%
B=74.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4951570.690.9700.38257.3793.8331.76
Hex3159D45610261015e20
Octal61523510514104640113640
Binary110001101100111011000101110000101001101000000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31059D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31059D; }

 p { color: rgb(49,5,157); }

 H1.HeaderClassName
 {
   color: #31059D;
 }
 .AnyTagClassName
 {
   color: #31059D;
 }
</style>
background-color css

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

 a { background-color: rgb(49,5,157); }

 div.DivClassName
 {
   background-color: #31059D;
 }
 .BgClassName
 {
   background-color: #31059D;
 }
</style>
border-color css

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

 span { border-color: rgb(49,5,157); }

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