#3B058F

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

Shades of Indigo #3B058F

Tints of Indigo #3B058F

Color information

#3B058F (or 0x3B058F) is unknown color: approx Indigo. HEX triplet: 3B, 05 and 8F. RGB value is (59,5,143). Sum of RGB (Red+Green+Blue) = 59+5+143=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B058F is #C4FA70. Grayscale: #242424. Windows color (decimal): -12909169 or 9372987. OLE color: 9372987.

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

Color convert

RGB595143-
CMYK0.590.9700.44
HSL263.48º93.24%29.02%-
HSV(B)263.48º96.5%56.08%-
XYZ6.823.0226.21-
YUV36.88187.89143.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.50%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 143 (56.25% from 255) = 69.08%
R=28.50%
G=2.42%
B=69.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5951430.590.9700.44263.4893.2429.02
Hex3B58F3B6102C1075d1d
Octal7352177314105440713535
Binary1110111011000111111101111000010101100100000111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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