#2A0661

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

Shades of Persian Indigo #2A0661

Tints of Persian Indigo #2A0661

Color information

#2A0661 (or 0x2A0661) is unknown color: approx Persian Indigo. HEX triplet: 2A, 06 and 61. RGB value is (42,6,97). Sum of RGB (Red+Green+Blue) = 42+6+97=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A0661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0661 is #D5F99E. Grayscale: #1A1A1A. Windows color (decimal): -14023071 or 6358570. OLE color: 6358570.

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

Color convert

RGB42697-
CMYK0.570.9400.62
HSL263.74º88.35%20.2%-
HSV(B)263.74º93.81%38.04%-
XYZ3.181.4911.43-
YUV27.14167.43138.6-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.97%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 97 (38.28% from 255) = 66.90%
R=28.97%
G=4.14%
B=66.90%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal426970.570.9400.62263.7488.3520.2
Hex2A661395E03E1085814
Octal5261417113607641013024
Binary101010110110000111100110111100111110100001000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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