#2A036F

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

Shades of Persian Indigo #2A036F

Tints of Persian Indigo #2A036F

Color information

#2A036F (or 0x2A036F) is unknown color: approx Persian Indigo. HEX triplet: 2A, 03 and 6F. RGB value is (42,3,111). Sum of RGB (Red+Green+Blue) = 42+3+111=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 111 (43.75% from 255 or 71.15% from 156); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A036F is #D5FC90. Grayscale: #1A1A1A. Windows color (decimal): -14023825 or 7275306. OLE color: 7275306.

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

Color convert

RGB423111-
CMYK0.620.9700.56
HSL261.67º94.74%22.35%-
HSV(B)261.67º97.3%43.53%-
XYZ3.861.7115.16-
YUV26.97175.42138.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 3 (1.56% from 255) = 1.92%
BLUE value IS 111 (43.75% from 255) = 71.15%
R=26.92%
G=1.92%
B=71.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4231110.620.9700.56261.6794.7422.35
Hex2A36F3E610381065f16
Octal5231577614107040613726
Binary10101011110111111111011000010111000100000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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