#3A1290

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

Shades of Persian Indigo #3A1290

Tints of Persian Indigo #3A1290

Color information

#3A1290 (or 0x3A1290) is unknown color: approx Persian Indigo. HEX triplet: 3A, 12 and 90. RGB value is (58,18,144). Sum of RGB (Red+Green+Blue) = 58+18+144=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A1290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1290 is #C5ED6F. Grayscale: #2B2B2B. Windows color (decimal): -12971376 or 9441850. OLE color: 9441850.

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

Color convert

RGB5818144-
CMYK0.600.8800.44
HSL259.05º77.78%31.76%-
HSV(B)259.05º87.5%56.47%-
XYZ73.3526.66-
YUV44.32184.25137.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.36%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 144 (56.64% from 255) = 65.45%
R=26.36%
G=8.18%
B=65.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58181440.600.8800.44259.0577.7831.76
Hex3A12903C5802C1034e20
Octal72222207413005440311640
Binary1110101001010010000111100101100001011001000000111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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