#3B0185

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

Shades of Indigo #3B0185

Tints of Indigo #3B0185

Color information

#3B0185 (or 0x3B0185) is unknown color: approx Indigo. HEX triplet: 3B, 01 and 85. RGB value is (59,1,133). Sum of RGB (Red+Green+Blue) = 59+1+133=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #3B0185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0185 is #C4FE7A. Grayscale: #202020. Windows color (decimal): -12910203 or 8716603. OLE color: 8716603.

HSL color Cylindrical-coordinate representation of color #3B0185: hue angle of 266.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0185 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB591133-
CMYK0.560.9900.48
HSL266.36º98.51%26.27%-
HSV(B)266.36º99.25%52.16%-
XYZ6.052.6422.38-
YUV33.39184.22146.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 133 (52.34% from 255) = 68.91%
R=30.57%
G=0.52%
B=68.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5911330.560.9900.48266.3698.5126.27
Hex3B185386303010a631a
Octal7312057014306041214332
Binary11101111000010111100011000110110000100001010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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