#3B047F

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

Shades of Indigo #3B047F

Tints of Indigo #3B047F

Color information

#3B047F (or 0x3B047F) is unknown color: approx Indigo. HEX triplet: 3B, 04 and 7F. RGB value is (59,4,127). Sum of RGB (Red+Green+Blue) = 59+4+127=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B047F is #C4FB80. Grayscale: #222222. Windows color (decimal): -12909441 or 8324155. OLE color: 8324155.

HSL color Cylindrical-coordinate representation of color #3B047F: hue angle of 266.83º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B047F is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB594127-
CMYK0.540.9700.50
HSL266.83º93.89%25.69%-
HSV(B)266.83º96.85%49.8%-
XYZ5.682.5520.27-
YUV34.47180.22145.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.05%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 127 (50% from 255) = 66.84%
R=31.05%
G=2.11%
B=66.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5941270.540.9700.50266.8393.8925.69
Hex3B47F366103210b5e1a
Octal7341776614106241313632
Binary111011100111111111011011000010110010100001011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,4,127); }

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

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

 a { background-color: rgb(59,4,127); }

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

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

 span { border-color: rgb(59,4,127); }

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