#3A1070

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

Shades of Persian Indigo #3A1070

Tints of Persian Indigo #3A1070

Color information

#3A1070 (or 0x3A1070) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and 70. RGB value is (58,16,112). Sum of RGB (Red+Green+Blue) = 58+16+112=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A1070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1070 is #C5EF8F. Grayscale: #272727. Windows color (decimal): -12971920 or 7344186. OLE color: 7344186.

HSL color Cylindrical-coordinate representation of color #3A1070: hue angle of 266.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A1070 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5816112-
CMYK0.480.8600.56
HSL266.25º75%25.1%-
HSV(B)266.25º85.71%43.92%-
XYZ4.852.4415.54-
YUV39.5168.91141.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 16 (6.64% from 255) = 8.60%
BLUE value IS 112 (44.14% from 255) = 60.22%
R=31.18%
G=8.60%
B=60.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58161120.480.8600.56266.257525.1
Hex3A1070305603810a4b19
Octal72201606012607041211331
Binary11101010000111000011000010101100111000100001010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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