#3A0677

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

Shades of Persian Indigo #3A0677

Tints of Persian Indigo #3A0677

Color information

#3A0677 (or 0x3A0677) is unknown color: approx Persian Indigo. HEX triplet: 3A, 06 and 77. RGB value is (58,6,119). Sum of RGB (Red+Green+Blue) = 58+6+119=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A0677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0677 is #C5F988. Grayscale: #222222. Windows color (decimal): -12974473 or 7800378. OLE color: 7800378.

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

Color convert

RGB586119-
CMYK0.510.9500.53
HSL267.61º90.4%24.51%-
HSV(B)267.61º94.96%46.67%-
XYZ5.142.3617.64-
YUV34.43175.73144.81-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 6 (2.73% from 255) = 3.28%
BLUE value IS 119 (46.88% from 255) = 65.03%
R=31.69%
G=3.28%
B=65.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5861190.510.9500.53267.6190.424.51
Hex3A677335F03510c5a19
Octal7261676313706541413231
Binary111010110111011111001110111110110101100001100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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