#3A1370

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

Shades of Persian Indigo #3A1370

Tints of Persian Indigo #3A1370

Color information

#3A1370 (or 0x3A1370) is unknown color: approx Persian Indigo. HEX triplet: 3A, 13 and 70. RGB value is (58,19,112). Sum of RGB (Red+Green+Blue) = 58+19+112=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A1370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1370 is #C5EC8F. Grayscale: #282828. Windows color (decimal): -12971152 or 7344954. OLE color: 7344954.

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

Color convert

RGB5819112-
CMYK0.480.8300.56
HSL265.16º70.99%25.69%-
HSV(B)265.16º83.04%43.92%-
XYZ4.92.5415.56-
YUV41.26167.92139.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=30.69%
G=10.05%
B=59.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58191120.480.8300.56265.1670.9925.69
Hex3A13703053038109471a
Octal72231606012307041110732
Binary11101010011111000011000010100110111000100001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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