#3B017D

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

Shades of Indigo #3B017D

Tints of Indigo #3B017D

Color information

#3B017D (or 0x3B017D) is unknown color: approx Indigo. HEX triplet: 3B, 01 and 7D. RGB value is (59,1,125). Sum of RGB (Red+Green+Blue) = 59+1+125=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 125 (49.22% from 255 or 67.57% from 185); Max value from RGB is 125 - color contains mainly: blue. Hex color #3B017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B017D is #C4FE82. Grayscale: #202020. Windows color (decimal): -12910211 or 8192315. OLE color: 8192315.

HSL color Cylindrical-coordinate representation of color #3B017D: hue angle of 268.06º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B017D is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB591125-
CMYK0.530.9900.51
HSL268.06º98.41%24.71%-
HSV(B)268.06º99.2%49.02%-
XYZ5.522.4319.58-
YUV32.48180.22146.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 125 (49.22% from 255) = 67.57%
R=31.89%
G=0.54%
B=67.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5911250.530.9900.51268.0698.4124.71
Hex3B17D356303310c6219
Octal7311756514306341414231
Binary1110111111110111010111000110110011100001100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,125); }

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

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

 a { background-color: rgb(59,1,125); }

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

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

 span { border-color: rgb(59,1,125); }

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