#3B028F

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

Shades of Indigo #3B028F

Tints of Indigo #3B028F

Color information

#3B028F (or 0x3B028F) is unknown color: approx Indigo. HEX triplet: 3B, 02 and 8F. RGB value is (59,2,143). Sum of RGB (Red+Green+Blue) = 59+2+143=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B028F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B028F is #C4FD70. Grayscale: #222222. Windows color (decimal): -12909937 or 9372219. OLE color: 9372219.

HSL color Cylindrical-coordinate representation of color #3B028F: hue angle of 264.26º 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 #3B028F is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB592143-
CMYK0.590.9900.44
HSL264.26º97.24%28.43%-
HSV(B)264.26º98.6%56.08%-
XYZ6.782.9626.2-
YUV35.12188.88145.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.92%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 143 (56.25% from 255) = 70.10%
R=28.92%
G=0.98%
B=70.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5921430.590.9900.44264.2697.2428.43
Hex3B28F3B6302C108611c
Octal7322177314305441014134
Binary111011101000111111101111000110101100100001000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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