#3A0777

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

Shades of Persian Indigo #3A0777

Tints of Persian Indigo #3A0777

Color information

#3A0777 (or 0x3A0777) is unknown color: approx Persian Indigo. HEX triplet: 3A, 07 and 77. RGB value is (58,7,119). Sum of RGB (Red+Green+Blue) = 58+7+119=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 119 (46.88% from 255 or 64.67% from 184); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A0777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0777 is #C5F888. Grayscale: #222222. Windows color (decimal): -12974217 or 7800634. OLE color: 7800634.

HSL color Cylindrical-coordinate representation of color #3A0777: hue angle of 267.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0777 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB587119-
CMYK0.510.9400.53
HSL267.32º88.89%24.71%-
HSV(B)267.32º94.12%46.67%-
XYZ5.152.3817.64-
YUV35.02175.4144.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 7 (3.12% from 255) = 3.80%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=31.52%
G=3.80%
B=64.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5871190.510.9400.53267.3288.8924.71
Hex3A777335E03510b5919
Octal7271676313606541313131
Binary111010111111011111001110111100110101100001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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