#31029D

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

Shades of Persian Indigo #31029D

Tints of Persian Indigo #31029D

Color information

#31029D (or 0x31029D) is unknown color: approx Persian Indigo. HEX triplet: 31, 02 and 9D. RGB value is (49,2,157). Sum of RGB (Red+Green+Blue) = 49+2+157=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #31029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31029D is #CEFD62. Grayscale: #212121. Windows color (decimal): -13565283 or 10289713. OLE color: 10289713.

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

Color convert

RGB492157-
CMYK0.690.9900.38
HSL258.19º97.48%31.18%-
HSV(B)258.19º98.73%61.57%-
XYZ7.373.1332.11-
YUV33.72197.57138.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 157 (61.72% from 255) = 75.48%
R=23.56%
G=0.96%
B=75.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4921570.690.9900.38258.1997.4831.18
Hex3129D4563026102611f
Octal61223510514304640214137
Binary1100011010011101100010111000110100110100000010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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