#2A0175

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

Shades of Persian Indigo #2A0175

Tints of Persian Indigo #2A0175

Color information

#2A0175 (or 0x2A0175) is unknown color: approx Persian Indigo. HEX triplet: 2A, 01 and 75. RGB value is (42,1,117). Sum of RGB (Red+Green+Blue) = 42+1+117=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #2A0175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0175 is #D5FE8A. Grayscale: #1A1A1A. Windows color (decimal): -14024331 or 7668010. OLE color: 7668010.

HSL color Cylindrical-coordinate representation of color #2A0175: hue angle of 261.21º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A0175 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB421117-
CMYK0.640.9900.54
HSL261.21º98.31%23.14%-
HSV(B)261.21º99.15%45.88%-
XYZ4.181.816.96-
YUV26.48179.08139.07-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 26.25%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 117 (46.09% from 255) = 73.12%
R=26.25%
G=0.62%
B=73.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4211170.640.9900.54261.2198.3123.14
Hex2A17540630361056217
Octal52116510014306640514227
Binary10101011110101100000011000110110110100000101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,1,117); }

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

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

 a { background-color: rgb(42,1,117); }

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

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

 span { border-color: rgb(42,1,117); }

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