#2A0692

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

Shades of Persian Indigo #2A0692

Tints of Persian Indigo #2A0692

Color information

#2A0692 (or 0x2A0692) is unknown color: approx Persian Indigo. HEX triplet: 2A, 06 and 92. RGB value is (42,6,146). Sum of RGB (Red+Green+Blue) = 42+6+146=194 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.65% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 146 (57.42% from 255 or 75.26% from 194); Max value from RGB is 146 - color contains mainly: blue. Hex color #2A0692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0692 is #D5F96D. Grayscale: #202020. Windows color (decimal): -14023022 or 9569834. OLE color: 9569834.

HSL color Cylindrical-coordinate representation of color #2A0692: hue angle of 255.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A0692 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB426146-
CMYK0.710.9600.43
HSL255.43º92.11%29.8%-
HSV(B)255.43º95.89%57.25%-
XYZ6.212.727.39-
YUV32.72191.93134.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 21.65%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 146 (57.42% from 255) = 75.26%
R=21.65%
G=3.09%
B=75.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4261460.710.9600.43255.4392.1129.8
Hex2A692476002Bff5c1e
Octal52622210714005337713436
Binary1010101101001001010001111100000010101111111111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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