#2A0361

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

Shades of Persian Indigo #2A0361

Tints of Persian Indigo #2A0361

Color information

#2A0361 (or 0x2A0361) is unknown color: approx Persian Indigo. HEX triplet: 2A, 03 and 61. RGB value is (42,3,97). Sum of RGB (Red+Green+Blue) = 42+3+97=142 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.58% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A0361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0361 is #D5FC9E. Grayscale: #191919. Windows color (decimal): -14023839 or 6357802. OLE color: 6357802.

HSL color Cylindrical-coordinate representation of color #2A0361: hue angle of 264.89º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0361 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB42397-
CMYK0.570.9700.62
HSL264.89º94%19.61%-
HSV(B)264.89º96.91%38.04%-
XYZ3.151.4211.42-
YUV25.38168.42139.86-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 29.58%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 97 (38.28% from 255) = 68.31%
R=29.58%
G=2.11%
B=68.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal423970.570.9700.62264.899419.61
Hex2A361396103E1095e14
Octal5231417114107641113624
Binary10101011110000111100111000010111110100001001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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