#3A078A

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

Shades of Persian Indigo #3A078A

Tints of Persian Indigo #3A078A

Color information

#3A078A (or 0x3A078A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 07 and 8A. RGB value is (58,7,138). Sum of RGB (Red+Green+Blue) = 58+7+138=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A078A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A078A is #C5F875. Grayscale: #242424. Windows color (decimal): -12974198 or 9045818. OLE color: 9045818.

HSL color Cylindrical-coordinate representation of color #3A078A: hue angle of 263.36º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A078A is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB587138-
CMYK0.580.9500.46
HSL263.36º90.34%28.43%-
HSV(B)263.36º94.93%54.12%-
XYZ6.412.8924.26-
YUV37.18184.9142.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.57%
GREEN value IS 7 (3.12% from 255) = 3.45%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=28.57%
G=3.45%
B=67.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5871380.580.9500.46263.3690.3428.43
Hex3A78A3A5F02E1075a1c
Octal7272127213705640713234
Binary1110101111000101011101010111110101110100000111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,7,138); }

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

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

 a { background-color: rgb(58,7,138); }

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

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

 span { border-color: rgb(58,7,138); }

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