#3A0F8A

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

Shades of Persian Indigo #3A0F8A

Tints of Persian Indigo #3A0F8A

Color information

#3A0F8A (or 0x3A0F8A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0F and 8A. RGB value is (58,15,138). Sum of RGB (Red+Green+Blue) = 58+15+138=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 138 (54.30% from 255 or 65.40% from 211); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A0F8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0F8A is #C5F075. Grayscale: #292929. Windows color (decimal): -12972150 or 9047866. OLE color: 9047866.

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

Color convert

RGB5815138-
CMYK0.580.8900.46
HSL260.98º80.39%30%-
HSV(B)260.98º89.13%54.12%-
XYZ6.53.0824.3-
YUV41.88182.25139.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 15 (6.25% from 255) = 7.11%
BLUE value IS 138 (54.30% from 255) = 65.40%
R=27.49%
G=7.11%
B=65.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal58151380.580.8900.46260.9880.3930
Hex3AF8A3A5902E105501e
Octal72172127213105640512036
Binary11101011111000101011101010110010101110100000101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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