#3A09AE

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

Shades of Persian Indigo #3A09AE

Tints of Persian Indigo #3A09AE

Color information

#3A09AE (or 0x3A09AE) is unknown color: approx Persian Indigo. HEX triplet: 3A, 09 and AE. RGB value is (58,9,174). Sum of RGB (Red+Green+Blue) = 58+9+174=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A09AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A09AE is #C5F651. Grayscale: #292929. Windows color (decimal): -12973650 or 11405626. OLE color: 11405626.

HSL color Cylindrical-coordinate representation of color #3A09AE: hue angle of 257.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A09AE is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB589174-
CMYK0.670.9500.32
HSL257.82º90.16%35.88%-
HSV(B)257.82º94.83%68.24%-
XYZ9.484.1540.35-
YUV42.46202.23139.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.07%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 174 (68.36% from 255) = 72.20%
R=24.07%
G=3.73%
B=72.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal5891740.670.9500.32257.8290.1635.88
Hex3A9AE435F0201025a24
Octal721125610313704040213244
Binary1110101001101011101000011101111101000001000000101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A09AE; }

 p { color: rgb(58,9,174); }

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

<style>
 a { background-color: #3A09AE; }

 a { background-color: rgb(58,9,174); }

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

<style>
 span { border-color: #3A09AE; }

 span { border-color: rgb(58,9,174); }

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