#3B0169

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

Shades of Indigo #3B0169

Tints of Indigo #3B0169

Color information

#3B0169 (or 0x3B0169) is unknown color: approx Indigo. HEX triplet: 3B, 01 and 69. RGB value is (59,1,105). Sum of RGB (Red+Green+Blue) = 59+1+105=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #3B0169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0169 is #C4FE96. Grayscale: #1D1D1D. Windows color (decimal): -12910231 or 6881595. OLE color: 6881595.

HSL color Cylindrical-coordinate representation of color #3B0169: hue angle of 273.46º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B0169 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB591105-
CMYK0.440.9900.59
HSL273.46º98.11%20.78%-
HSV(B)273.46º99.05%41.18%-
XYZ4.361.9713.52-
YUV30.2170.22148.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.76%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 105 (41.41% from 255) = 63.64%
R=35.76%
G=0.61%
B=63.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5911050.440.9900.59273.4698.1120.78
Hex3B1692C6303B1116215
Octal7311515414307342114225
Binary1110111110100110110011000110111011100010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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