#3A087A

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

Shades of Persian Indigo #3A087A

Tints of Persian Indigo #3A087A

Color information

#3A087A (or 0x3A087A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 08 and 7A. RGB value is (58,8,122). Sum of RGB (Red+Green+Blue) = 58+8+122=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A087A is #C5F785. Grayscale: #232323. Windows color (decimal): -12973958 or 7997498. OLE color: 7997498.

HSL color Cylindrical-coordinate representation of color #3A087A: hue angle of 266.32º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A087A is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB588122-
CMYK0.520.9300.52
HSL266.32º87.69%25.49%-
HSV(B)266.32º93.44%47.84%-
XYZ5.342.4818.61-
YUV35.95176.56143.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 122 (48.05% from 255) = 64.89%
R=30.85%
G=4.26%
B=64.89%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5881220.520.9300.52266.3287.6925.49
Hex3A87A345D03410a5819
Octal72101726413506441213031
Binary1110101000111101011010010111010110100100001010101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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