#3A156E

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

Shades of Persian Indigo #3A156E

Tints of Persian Indigo #3A156E

Color information

#3A156E (or 0x3A156E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 15 and 6E. RGB value is (58,21,110). Sum of RGB (Red+Green+Blue) = 58+21+110=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 110 (43.36% from 255 or 58.20% from 189); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A156E is #C5EA91. Grayscale: #292929. Windows color (decimal): -12970642 or 7214394. OLE color: 7214394.

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

Color convert

RGB5821110-
CMYK0.470.8100.57
HSL264.94º67.94%25.69%-
HSV(B)264.94º80.91%43.14%-
XYZ4.832.5614.99-
YUV42.21166.26139.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 21 (8.59% from 255) = 11.11%
BLUE value IS 110 (43.36% from 255) = 58.20%
R=30.69%
G=11.11%
B=58.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal58211100.470.8100.57264.9467.9425.69
Hex3A156E2F51039109441a
Octal72251565712107141110432
Binary11101010101110111010111110100010111001100001001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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