#3A0A8B

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

Shades of Persian Indigo #3A0A8B

Tints of Persian Indigo #3A0A8B

Color information

#3A0A8B (or 0x3A0A8B) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0A and 8B. RGB value is (58,10,139). Sum of RGB (Red+Green+Blue) = 58+10+139=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 139 (54.69% from 255 or 67.15% from 207); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A0A8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0A8B is #C5F574. Grayscale: #262626. Windows color (decimal): -12973429 or 9112122. OLE color: 9112122.

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

Color convert

RGB5810139-
CMYK0.580.9300.45
HSL262.33º86.58%29.22%-
HSV(B)262.33º92.81%54.51%-
XYZ6.512.9824.66-
YUV39.06184.4141.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.02%
GREEN value IS 10 (4.30% from 255) = 4.83%
BLUE value IS 139 (54.69% from 255) = 67.15%
R=28.02%
G=4.83%
B=67.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58101390.580.9300.45262.3386.5829.22
Hex3AA8B3A5D02D106571d
Octal72122137213505540612735
Binary11101010101000101111101010111010101101100000110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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