#3B058D

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

Shades of Indigo #3B058D

Tints of Indigo #3B058D

Color information

#3B058D (or 0x3B058D) is unknown color: approx Indigo. HEX triplet: 3B, 05 and 8D. RGB value is (59,5,141). Sum of RGB (Red+Green+Blue) = 59+5+141=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #3B058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B058D is #C4FA72. Grayscale: #242424. Windows color (decimal): -12909171 or 9241915. OLE color: 9241915.

HSL color Cylindrical-coordinate representation of color #3B058D: hue angle of 263.82º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B058D is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB595141-
CMYK0.580.9600.45
HSL263.82º93.15%28.63%-
HSV(B)263.82º96.45%55.29%-
XYZ6.672.9625.42-
YUV36.65186.89143.94-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 28.78%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 141 (55.47% from 255) = 68.78%
R=28.78%
G=2.44%
B=68.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5951410.580.9600.45263.8293.1528.63
Hex3B58D3A6002D1085d1d
Octal7352157214005541013535
Binary1110111011000110111101011000000101101100001000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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