#2A017B

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

Shades of Persian Indigo #2A017B

Tints of Persian Indigo #2A017B

Color information

#2A017B (or 0x2A017B) is unknown color: approx Persian Indigo. HEX triplet: 2A, 01 and 7B. RGB value is (42,1,123). Sum of RGB (Red+Green+Blue) = 42+1+123=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A017B is #D5FE84. Grayscale: #1A1A1A. Windows color (decimal): -14024325 or 8061226. OLE color: 8061226.

HSL color Cylindrical-coordinate representation of color #2A017B: hue angle of 260.16º 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 #2A017B is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB421123-
CMYK0.660.9900.52
HSL260.16º98.39%24.31%-
HSV(B)260.16º99.19%48.24%-
XYZ4.541.9418.87-
YUV27.17182.08138.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.30%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 123 (48.44% from 255) = 74.10%
R=25.30%
G=0.60%
B=74.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4211230.660.9900.52260.1698.3924.31
Hex2A17B42630341046218
Octal52117310214306440414230
Binary10101011111011100001011000110110100100000100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A017B; }

 p { color: rgb(42,1,123); }

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

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

 a { background-color: rgb(42,1,123); }

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

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

 span { border-color: rgb(42,1,123); }

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