#3A1093

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

Shades of Persian Indigo #3A1093

Tints of Persian Indigo #3A1093

Color information

#3A1093 (or 0x3A1093) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 93. RGB value is (58,16,147). Sum of RGB (Red+Green+Blue) = 58+16+147=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A1093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1093 is #C5EF6C. Grayscale: #2B2B2B. Windows color (decimal): -12971885 or 9637946. OLE color: 9637946.

HSL color Cylindrical-coordinate representation of color #3A1093: hue angle of 259.24º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A1093 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5816147-
CMYK0.610.8900.42
HSL259.24º80.37%31.96%-
HSV(B)259.24º89.12%57.65%-
XYZ7.23.3827.88-
YUV43.49186.41138.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.24%
GREEN value IS 16 (6.64% from 255) = 7.24%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=26.24%
G=7.24%
B=66.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58161470.610.8900.42259.2480.3731.96
Hex3A10933D5902A1035020
Octal72202237513105240312040
Binary1110101000010010011111101101100101010101000000111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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