#3B028E

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

Shades of Indigo #3B028E

Tints of Indigo #3B028E

Color information

#3B028E (or 0x3B028E) is unknown color: approx Indigo. HEX triplet: 3B, 02 and 8E. RGB value is (59,2,142). Sum of RGB (Red+Green+Blue) = 59+2+142=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B028E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B028E is #C4FD71. Grayscale: #222222. Windows color (decimal): -12909938 or 9306683. OLE color: 9306683.

HSL color Cylindrical-coordinate representation of color #3B028E: hue angle of 264.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B028E is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB592142-
CMYK0.580.9900.44
HSL264.43º97.22%28.24%-
HSV(B)264.43º98.59%55.69%-
XYZ6.712.9325.8-
YUV35188.38145.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.06%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 142 (55.86% from 255) = 69.95%
R=29.06%
G=0.99%
B=69.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5921420.580.9900.44264.4397.2228.24
Hex3B28E3A6302C108611c
Octal7322167214305441014134
Binary111011101000111011101011000110101100100001000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B028E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,2,142); }

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

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

 a { background-color: rgb(59,2,142); }

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

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

 span { border-color: rgb(59,2,142); }

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