#3A0F98

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

Shades of Persian Indigo #3A0F98

Tints of Persian Indigo #3A0F98

Color information

#3A0F98 (or 0x3A0F98) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0F and 98. RGB value is (58,15,152). Sum of RGB (Red+Green+Blue) = 58+15+152=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A0F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0F98 is #C5F067. Grayscale: #2A2A2A. Windows color (decimal): -12972136 or 9965370. OLE color: 9965370.

HSL color Cylindrical-coordinate representation of color #3A0F98: hue angle of 258.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0F98 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5815152-
CMYK0.620.9000.40
HSL258.83º82.04%32.75%-
HSV(B)258.83º90.13%59.61%-
XYZ7.583.5129.98-
YUV43.47189.25138.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.78%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 152 (59.77% from 255) = 67.56%
R=25.78%
G=6.67%
B=67.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58151520.620.9000.40258.8382.0432.75
Hex3AF983E5A0281035221
Octal72172307613205040312241
Binary111010111110011000111110101101001010001000000111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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