#2A027C

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

Shades of Persian Indigo #2A027C

Tints of Persian Indigo #2A027C

Color information

#2A027C (or 0x2A027C) is unknown color: approx Persian Indigo. HEX triplet: 2A, 02 and 7C. RGB value is (42,2,124). Sum of RGB (Red+Green+Blue) = 42+2+124=168 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 124 (48.83% from 255 or 73.81% from 168); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A027C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A027C is #D5FD83. Grayscale: #1B1B1B. Windows color (decimal): -14024068 or 8127018. OLE color: 8127018.

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

Color convert

RGB422124-
CMYK0.660.9800.51
HSL259.67º96.83%24.71%-
HSV(B)259.67º98.39%48.63%-
XYZ4.611.9919.21-
YUV27.87182.25138.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25%
GREEN value IS 2 (1.17% from 255) = 1.19%
BLUE value IS 124 (48.83% from 255) = 73.81%
R=25%
G=1.19%
B=73.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4221240.660.9800.51259.6796.8324.71
Hex2A27C42620331046119
Octal52217410214206340414131
Binary101010101111100100001011000100110011100000100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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