#3B039E

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

Shades of Indigo #3B039E

Tints of Indigo #3B039E

Color information

#3B039E (or 0x3B039E) is unknown color: approx Indigo. HEX triplet: 3B, 03 and 9E. RGB value is (59,3,158). Sum of RGB (Red+Green+Blue) = 59+3+158=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #3B039E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B039E is #C4FC61. Grayscale: #242424. Windows color (decimal): -12909666 or 10355515. OLE color: 10355515.

HSL color Cylindrical-coordinate representation of color #3B039E: hue angle of 261.68º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B039E is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB593158-
CMYK0.630.9800.38
HSL261.68º96.27%31.57%-
HSV(B)261.68º98.1%61.96%-
XYZ8.013.4632.59-
YUV37.41196.05143.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.82%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 158 (62.11% from 255) = 71.82%
R=26.82%
G=1.36%
B=71.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5931580.630.9800.38261.6896.2731.57
Hex3B39E3F620261066020
Octal7332367714204640614040
Binary1110111110011110111111110001001001101000001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B039E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,158); }

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

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

 a { background-color: rgb(59,3,158); }

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

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

 span { border-color: rgb(59,3,158); }

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