#2A006F

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

Shades of Persian Indigo #2A006F

Tints of Persian Indigo #2A006F

Color information

#2A006F (or 0x2A006F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 00 and 6F. RGB value is (42,0,111). Sum of RGB (Red+Green+Blue) = 42+0+111=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A006F is #D5FF90. Grayscale: #181818. Windows color (decimal): -14024593 or 7274538. OLE color: 7274538.

HSL color Cylindrical-coordinate representation of color #2A006F: hue angle of 262.7º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A006F is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB420111-
CMYK0.62100.56
HSL262.7º100%21.76%-
HSV(B)262.7º100%43.53%-
XYZ3.821.6415.15-
YUV25.21176.41139.97-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 72.55%
R=27.45%
G=0%
B=72.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4201110.62100.56262.710021.76
Hex2A06F3E640381076416
Octal5201577614407040714426
Binary1010100110111111111011001000111000100000111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,0,111); }

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

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

 a { background-color: rgb(42,0,111); }

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

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

 span { border-color: rgb(42,0,111); }

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