#3A0F73

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

Shades of Persian Indigo #3A0F73

Tints of Persian Indigo #3A0F73

Color information

#3A0F73 (or 0x3A0F73) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0F and 73. RGB value is (58,15,115). Sum of RGB (Red+Green+Blue) = 58+15+115=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A0F73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0F73 is #C5F08C. Grayscale: #262626. Windows color (decimal): -12972173 or 7540538. OLE color: 7540538.

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

Color convert

RGB5815115-
CMYK0.500.8700.55
HSL265.8º76.92%25.49%-
HSV(B)265.8º86.96%45.1%-
XYZ5.012.4816.43-
YUV39.26170.75141.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=30.85%
G=7.98%
B=61.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal58151150.500.8700.55265.876.9225.49
Hex3AF73325703710a4d19
Octal72171636212706741211531
Binary1110101111111001111001010101110110111100001010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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