#3A048A

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

Shades of Persian Indigo #3A048A

Tints of Persian Indigo #3A048A

Color information

#3A048A (or 0x3A048A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 04 and 8A. RGB value is (58,4,138). Sum of RGB (Red+Green+Blue) = 58+4+138=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 4 (1.95% from 255 or 2% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A048A is #C5FB75. Grayscale: #222222. Windows color (decimal): -12974966 or 9045050. OLE color: 9045050.

HSL color Cylindrical-coordinate representation of color #3A048A: hue angle of 264.18º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A048A is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB584138-
CMYK0.580.9700.46
HSL264.18º94.37%27.84%-
HSV(B)264.18º97.1%54.12%-
XYZ6.382.8224.25-
YUV35.42185.89144.1-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29%
GREEN value IS 4 (1.95% from 255) = 2%
BLUE value IS 138 (54.30% from 255) = 69%
R=29%
G=2%
B=69%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5841380.580.9700.46264.1894.3727.84
Hex3A48A3A6102E1085e1c
Octal7242127214105641013634
Binary1110101001000101011101011000010101110100001000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,4,138); }

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

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

 a { background-color: rgb(58,4,138); }

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

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

 span { border-color: rgb(58,4,138); }

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