#3A1790

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

Shades of Persian Indigo #3A1790

Tints of Persian Indigo #3A1790

Color information

#3A1790 (or 0x3A1790) is unknown color: approx Persian Indigo. HEX triplet: 3A, 17 and 90. RGB value is (58,23,144). Sum of RGB (Red+Green+Blue) = 58+23+144=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1790 is #C5E86F. Grayscale: #2E2E2E. Windows color (decimal): -12970096 or 9443130. OLE color: 9443130.

HSL color Cylindrical-coordinate representation of color #3A1790: hue angle of 257.36º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1790 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5823144-
CMYK0.600.8400.44
HSL257.36º72.46%32.75%-
HSV(B)257.36º84.03%56.47%-
XYZ7.093.5326.69-
YUV47.26182.6135.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 144 (56.64% from 255) = 64%
R=25.78%
G=10.22%
B=64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58231440.600.8400.44257.3672.4632.75
Hex3A17903C5402C1014821
Octal72272207412405440111041
Binary1110101011110010000111100101010001011001000000011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,23,144); }

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

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

 a { background-color: rgb(58,23,144); }

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

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

 span { border-color: rgb(58,23,144); }

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