#3B0677

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

Shades of Persian Indigo #3B0677

Tints of Persian Indigo #3B0677

Color information

#3B0677 (or 0x3B0677) is unknown color: approx Persian Indigo. HEX triplet: 3B, 06 and 77. RGB value is (59,6,119). Sum of RGB (Red+Green+Blue) = 59+6+119=184 (24% of max value = 765). Red value is 59 (23.44% from 255 or 32.07% from 184); Green value is 6 (2.73% from 255 or 3.26% 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 #3B0677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0677 is #C4F988. Grayscale: #222222. Windows color (decimal): -12908937 or 7800379. OLE color: 7800379.

HSL color Cylindrical-coordinate representation of color #3B0677: hue angle of 268.14º 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 #3B0677 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB596119-
CMYK0.500.9500.53
HSL268.14º90.4%24.51%-
HSV(B)268.14º94.96%46.67%-
XYZ5.22.3917.64-
YUV34.73175.56145.31-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 32.07%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 119 (46.88% from 255) = 64.67%
R=32.07%
G=3.26%
B=64.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5961190.500.9500.53268.1490.424.51
Hex3B677325F03510c5a19
Octal7361676213706541413231
Binary111011110111011111001010111110110101100001100101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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