#3A148B

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

Shades of Persian Indigo #3A148B

Tints of Persian Indigo #3A148B

Color information

#3A148B (or 0x3A148B) is unknown color: approx Persian Indigo. HEX triplet: 3A, 14 and 8B. RGB value is (58,20,139). Sum of RGB (Red+Green+Blue) = 58+20+139=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A148B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A148B is #C5EB74. Grayscale: #2C2C2C. Windows color (decimal): -12970869 or 9114682. OLE color: 9114682.

HSL color Cylindrical-coordinate representation of color #3A148B: hue angle of 259.16º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A148B is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5820139-
CMYK0.580.8600.45
HSL259.16º74.84%31.18%-
HSV(B)259.16º85.61%54.51%-
XYZ6.663.2624.71-
YUV44.93181.09137.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.73%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 139 (54.69% from 255) = 64.06%
R=26.73%
G=9.22%
B=64.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58201390.580.8600.45259.1674.8431.18
Hex3A148B3A5602D1034b1f
Octal72242137212605540311337
Binary111010101001000101111101010101100101101100000011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A148B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,20,139); }

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

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

 a { background-color: rgb(58,20,139); }

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

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

 span { border-color: rgb(58,20,139); }

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