#3A086E

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

Shades of Persian Indigo #3A086E

Tints of Persian Indigo #3A086E

Color information

#3A086E (or 0x3A086E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 08 and 6E. RGB value is (58,8,110). Sum of RGB (Red+Green+Blue) = 58+8+110=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 110 (43.36% from 255 or 62.5% from 176); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A086E is #C5F791. Grayscale: #222222. Windows color (decimal): -12973970 or 7211066. OLE color: 7211066.

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

Color convert

RGB588110-
CMYK0.470.9300.57
HSL269.41º86.44%23.14%-
HSV(B)269.41º92.73%43.14%-
XYZ4.652.214.93-
YUV34.58170.56144.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 32.95%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 110 (43.36% from 255) = 62.5%
R=32.95%
G=4.55%
B=62.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5881100.470.9300.57269.4186.4423.14
Hex3A86E2F5D03910d5617
Octal72101565713507141512627
Binary1110101000110111010111110111010111001100001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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