#2A0270

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

Shades of Persian Indigo #2A0270

Tints of Persian Indigo #2A0270

Color information

#2A0270 (or 0x2A0270) is unknown color: approx Persian Indigo. HEX triplet: 2A, 02 and 70. RGB value is (42,2,112). Sum of RGB (Red+Green+Blue) = 42+2+112=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #2A0270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0270 is #D5FD8F. Grayscale: #1A1A1A. Windows color (decimal): -14024080 or 7340586. OLE color: 7340586.

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

Color convert

RGB422112-
CMYK0.620.9800.56
HSL261.82º96.49%22.35%-
HSV(B)261.82º98.21%43.92%-
XYZ3.91.7115.45-
YUV26.5176.25139.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.92%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 112 (44.14% from 255) = 71.79%
R=26.92%
G=1.28%
B=71.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4221120.620.9800.56261.8296.4922.35
Hex2A2703E620381066016
Octal5221607614207040614026
Binary10101010111000011111011000100111000100000110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,2,112); }

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

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

 a { background-color: rgb(42,2,112); }

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

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

 span { border-color: rgb(42,2,112); }

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