#3A1A90

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

Shades of Persian Indigo #3A1A90

Tints of Persian Indigo #3A1A90

Color information

#3A1A90 (or 0x3A1A90) is unknown color: approx Persian Indigo. HEX triplet: 3A, 1A and 90. RGB value is (58,26,144). Sum of RGB (Red+Green+Blue) = 58+26+144=228 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.44% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1A90 is #C5E56F. Grayscale: #303030. Windows color (decimal): -12969328 or 9443898. OLE color: 9443898.

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

Color convert

RGB5826144-
CMYK0.600.8200.44
HSL256.27º69.41%33.33%-
HSV(B)256.27º81.94%56.47%-
XYZ7.153.6526.71-
YUV49.02181.6134.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.44%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 144 (56.64% from 255) = 63.16%
R=25.44%
G=11.40%
B=63.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58261440.600.8200.44256.2769.4133.33
Hex3A1A903C5202C1004521
Octal72322207412205440010541
Binary1110101101010010000111100101001001011001000000001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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