#3A109E

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

Shades of Persian Indigo #3A109E

Tints of Persian Indigo #3A109E

Color information

#3A109E (or 0x3A109E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 9E. RGB value is (58,16,158). Sum of RGB (Red+Green+Blue) = 58+16+158=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A109E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A109E is #C5EF61. Grayscale: #2C2C2C. Windows color (decimal): -12971874 or 10358842. OLE color: 10358842.

HSL color Cylindrical-coordinate representation of color #3A109E: hue angle of 257.75º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A109E is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5816158-
CMYK0.630.9000.38
HSL257.75º81.61%34.12%-
HSV(B)257.75º89.87%61.96%-
XYZ8.13.7432.64-
YUV44.75191.91137.45-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 158 (62.11% from 255) = 68.10%
R=25%
G=6.90%
B=68.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58161580.630.9000.38257.7581.6134.12
Hex3A109E3F5A0261025222
Octal72202367713204640212242
Binary1110101000010011110111111101101001001101000000101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,16,158); }

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

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

 a { background-color: rgb(58,16,158); }

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

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

 span { border-color: rgb(58,16,158); }

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