#2A097B

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

Shades of Persian Indigo #2A097B

Tints of Persian Indigo #2A097B

Color information

#2A097B (or 0x2A097B) is unknown color: approx Persian Indigo. HEX triplet: 2A, 09 and 7B. RGB value is (42,9,123). Sum of RGB (Red+Green+Blue) = 42+9+123=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 9 (3.91% from 255 or 5.17% from 174); Blue value is 123 (48.44% from 255 or 70.69% from 174); Max value from RGB is 123 - color contains mainly: blue. Hex color #2A097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A097B is #D5F684. Grayscale: #1F1F1F. Windows color (decimal): -14022277 or 8063274. OLE color: 8063274.

HSL color Cylindrical-coordinate representation of color #2A097B: hue angle of 257.37º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A097B is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB429123-
CMYK0.660.9300.52
HSL257.37º86.36%25.88%-
HSV(B)257.37º92.68%48.24%-
XYZ4.632.1218.9-
YUV31.86179.43135.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.14%
GREEN value IS 9 (3.91% from 255) = 5.17%
BLUE value IS 123 (48.44% from 255) = 70.69%
R=24.14%
G=5.17%
B=70.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4291230.660.9300.52257.3786.3625.88
Hex2A97B425D034101561a
Octal521117310213506440112632
Binary10101010011111011100001010111010110100100000001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,9,123); }

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

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

 a { background-color: rgb(42,9,123); }

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

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

 span { border-color: rgb(42,9,123); }

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