#3A1A70

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

Shades of Persian Indigo #3A1A70

Tints of Persian Indigo #3A1A70

Color information

#3A1A70 (or 0x3A1A70) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1A and 70. RGB value is (58,26,112). Sum of RGB (Red+Green+Blue) = 58+26+112=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A1A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1A70 is #C5E58F. Grayscale: #2D2D2D. Windows color (decimal): -12969360 or 7346746. OLE color: 7346746.

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

Color convert

RGB5826112-
CMYK0.480.7700.56
HSL262.33º62.32%27.06%-
HSV(B)262.33º76.79%43.92%-
XYZ5.042.8115.61-
YUV45.37165.6137.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.59%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 112 (44.14% from 255) = 57.14%
R=29.59%
G=13.27%
B=57.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58261120.480.7700.56262.3362.3227.06
Hex3A1A70304D0381063e1b
Octal7232160601150704067633
Binary1110101101011100001100001001101011100010000011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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