#31017A

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

Shades of Persian Indigo #31017A

Tints of Persian Indigo #31017A

Color information

#31017A (or 0x31017A) is unknown color: approx Persian Indigo. HEX triplet: 31, 01 and 7A. RGB value is (49,1,122). Sum of RGB (Red+Green+Blue) = 49+1+122=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #31017A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31017A is #CEFE85. Grayscale: #1C1C1C. Windows color (decimal): -13565574 or 7995697. OLE color: 7995697.

HSL color Cylindrical-coordinate representation of color #31017A: hue angle of 263.8º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31017A is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB491122-
CMYK0.600.9900.52
HSL263.8º98.37%24.12%-
HSV(B)263.8º99.18%47.84%-
XYZ4.792.0818.56-
YUV29.15180.4142.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 122 (48.05% from 255) = 70.93%
R=28.49%
G=0.58%
B=70.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4911220.600.9900.52263.898.3724.12
Hex3117A3C630341086218
Octal6111727414306441014230
Binary1100011111101011110011000110110100100001000110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31017A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31017A; }

 p { color: rgb(49,1,122); }

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

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

 a { background-color: rgb(49,1,122); }

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

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

 span { border-color: rgb(49,1,122); }

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