#3A0D87

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

Shades of Persian Indigo #3A0D87

Tints of Persian Indigo #3A0D87

Color information

#3A0D87 (or 0x3A0D87) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0D and 87. RGB value is (58,13,135). Sum of RGB (Red+Green+Blue) = 58+13+135=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 135 (53.12% from 255 or 65.53% from 206); Max value from RGB is 135 - color contains mainly: blue. Hex color #3A0D87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0D87 is #C5F278. Grayscale: #272727. Windows color (decimal): -12972665 or 8850746. OLE color: 8850746.

HSL color Cylindrical-coordinate representation of color #3A0D87: hue angle of 262.13º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0D87 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5813135-
CMYK0.570.9000.47
HSL262.13º82.43%29.02%-
HSV(B)262.13º90.37%52.94%-
XYZ6.262.9423.16-
YUV40.36181.41140.58-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 135 (53.12% from 255) = 65.53%
R=28.16%
G=6.31%
B=65.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58131350.570.9000.47262.1382.4329.02
Hex3AD87395A02F106521d
Octal72152077113205740612235
Binary11101011011000011111100110110100101111100000110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,13,135); }

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

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

 a { background-color: rgb(58,13,135); }

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

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

 span { border-color: rgb(58,13,135); }

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