#3A0D9E

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

Shades of Persian Indigo #3A0D9E

Tints of Persian Indigo #3A0D9E

Color information

#3A0D9E (or 0x3A0D9E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0D and 9E. RGB value is (58,13,158). Sum of RGB (Red+Green+Blue) = 58+13+158=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A0D9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0D9E is #C5F261. Grayscale: #2A2A2A. Windows color (decimal): -12972642 or 10358074. OLE color: 10358074.

HSL color Cylindrical-coordinate representation of color #3A0D9E: hue angle of 258.62º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0D9E is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5813158-
CMYK0.630.9200.38
HSL258.62º84.8%33.53%-
HSV(B)258.62º91.77%61.96%-
XYZ8.063.6632.63-
YUV42.98192.91138.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.33%
GREEN value IS 13 (5.47% from 255) = 5.68%
BLUE value IS 158 (62.11% from 255) = 69.00%
R=25.33%
G=5.68%
B=69.00%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58131580.630.9200.38258.6284.833.53
Hex3AD9E3F5C0261035522
Octal72152367713404640312542
Binary111010110110011110111111101110001001101000000111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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