#3A0F90

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

Shades of Persian Indigo #3A0F90

Tints of Persian Indigo #3A0F90

Color information

#3A0F90 (or 0x3A0F90) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0F and 90. RGB value is (58,15,144). Sum of RGB (Red+Green+Blue) = 58+15+144=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A0F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0F90 is #C5F06F. Grayscale: #2A2A2A. Windows color (decimal): -12972144 or 9441082. OLE color: 9441082.

HSL color Cylindrical-coordinate representation of color #3A0F90: hue angle of 260º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0F90 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5815144-
CMYK0.600.9000.44
HSL260º81.13%31.18%-
HSV(B)260º89.58%56.47%-
XYZ6.953.2526.65-
YUV42.56185.25139.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.73%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 144 (56.64% from 255) = 66.36%
R=26.73%
G=6.91%
B=66.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58151440.600.9000.4426081.1331.18
Hex3AF903C5A02C104511f
Octal72172207413205440412137
Binary11101011111001000011110010110100101100100000100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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