#2A027B

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

Shades of Persian Indigo #2A027B

Tints of Persian Indigo #2A027B

Color information

#2A027B (or 0x2A027B) is unknown color: approx Persian Indigo. HEX triplet: 2A, 02 and 7B. RGB value is (42,2,123). Sum of RGB (Red+Green+Blue) = 42+2+123=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A027B is #D5FD84. Grayscale: #1B1B1B. Windows color (decimal): -14024069 or 8061482. OLE color: 8061482.

HSL color Cylindrical-coordinate representation of color #2A027B: hue angle of 259.83º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A027B is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB422123-
CMYK0.660.9800.52
HSL259.83º96.8%24.51%-
HSV(B)259.83º98.37%48.24%-
XYZ4.551.9718.88-
YUV27.75181.75138.16-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 123 (48.44% from 255) = 73.65%
R=25.15%
G=1.20%
B=73.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4221230.660.9800.52259.8396.824.51
Hex2A27B42620341046119
Octal52217310214206440414131
Binary101010101111011100001011000100110100100000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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