#2A0369

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

Shades of Persian Indigo #2A0369

Tints of Persian Indigo #2A0369

Color information

#2A0369 (or 0x2A0369) is unknown color: approx Persian Indigo. HEX triplet: 2A, 03 and 69. RGB value is (42,3,105). Sum of RGB (Red+Green+Blue) = 42+3+105=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A0369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0369 is #D5FC96. Grayscale: #191919. Windows color (decimal): -14023831 or 6882090. OLE color: 6882090.

HSL color Cylindrical-coordinate representation of color #2A0369: hue angle of 262.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0369 is Cyan = 0.6, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB423105-
CMYK0.60.9700.59
HSL262.94º94.44%21.18%-
HSV(B)262.94º97.14%41.18%-
XYZ3.541.5813.48-
YUV26.29172.42139.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 105 (41.41% from 255) = 70%
R=28%
G=2%
B=70%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4231050.60.9700.59262.9494.4421.18
Hex2A3693C6103B1075e15
Octal5231517414107340713625
Binary10101011110100111110011000010111011100000111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,3,105); }

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

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

 a { background-color: rgb(42,3,105); }

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

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

 span { border-color: rgb(42,3,105); }

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