#2A0D7F

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

Shades of Persian Indigo #2A0D7F

Tints of Persian Indigo #2A0D7F

Color information

#2A0D7F (or 0x2A0D7F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 0D and 7F. RGB value is (42,13,127). Sum of RGB (Red+Green+Blue) = 42+13+127=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #2A0D7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0D7F is #D5F280. Grayscale: #222222. Windows color (decimal): -14021249 or 8326442. OLE color: 8326442.

HSL color Cylindrical-coordinate representation of color #2A0D7F: hue angle of 255.26º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0D7F is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4213127-
CMYK0.670.9000.50
HSL255.26º81.43%27.45%-
HSV(B)255.26º89.76%49.8%-
XYZ4.932.3120.27-
YUV34.67180.11133.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.08%
GREEN value IS 13 (5.47% from 255) = 7.14%
BLUE value IS 127 (50% from 255) = 69.78%
R=23.08%
G=7.14%
B=69.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal42131270.670.9000.50255.2681.4327.45
Hex2AD7F435A032ff511b
Octal521517710313206237712133
Binary1010101101111111110000111011010011001011111111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,13,127); }

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

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

 a { background-color: rgb(42,13,127); }

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

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

 span { border-color: rgb(42,13,127); }

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