#3A076C

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

Shades of Persian Indigo #3A076C

Tints of Persian Indigo #3A076C

Color information

#3A076C (or 0x3A076C) is unknown color: approx Persian Indigo. HEX triplet: 3A, 07 and 6C. RGB value is (58,7,108). Sum of RGB (Red+Green+Blue) = 58+7+108=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A076C is #C5F893. Grayscale: #212121. Windows color (decimal): -12974228 or 7079738. OLE color: 7079738.

HSL color Cylindrical-coordinate representation of color #3A076C: hue angle of 270.3º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A076C is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB587108-
CMYK0.460.9400.58
HSL270.3º87.83%22.55%-
HSV(B)270.3º93.52%42.35%-
XYZ4.532.1314.36-
YUV33.76169.9145.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.53%
GREEN value IS 7 (3.12% from 255) = 4.05%
BLUE value IS 108 (42.58% from 255) = 62.43%
R=33.53%
G=4.05%
B=62.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5871080.460.9400.58270.387.8322.55
Hex3A76C2E5E03A10e5817
Octal7271545613607241613027
Binary111010111110110010111010111100111010100001110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A076C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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