#3A056E

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

Shades of Persian Indigo #3A056E

Tints of Persian Indigo #3A056E

Color information

#3A056E (or 0x3A056E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 05 and 6E. RGB value is (58,5,110). Sum of RGB (Red+Green+Blue) = 58+5+110=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A056E is #C5FA91. Grayscale: #202020. Windows color (decimal): -12974738 or 7210298. OLE color: 7210298.

HSL color Cylindrical-coordinate representation of color #3A056E: hue angle of 270.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A056E is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB585110-
CMYK0.470.9500.57
HSL270.29º91.3%22.55%-
HSV(B)270.29º95.45%43.14%-
XYZ4.612.1314.92-
YUV32.82171.56145.96-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 110 (43.36% from 255) = 63.58%
R=33.53%
G=2.89%
B=63.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5851100.470.9500.57270.2991.322.55
Hex3A56E2F5F03910e5b17
Octal7251565713707141613327
Binary111010101110111010111110111110111001100001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A056E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,5,110); }

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

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

 a { background-color: rgb(58,5,110); }

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

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

 span { border-color: rgb(58,5,110); }

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