#3F0169

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

Shades of Indigo #3F0169

Tints of Indigo #3F0169

Color information

#3F0169 (or 0x3F0169) is unknown color: approx Indigo. HEX triplet: 3F, 01 and 69. RGB value is (63,1,105). Sum of RGB (Red+Green+Blue) = 63+1+105=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #3F0169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0169 is #C0FE96. Grayscale: #1F1F1F. Windows color (decimal): -12648087 or 6881599. OLE color: 6881599.

HSL color Cylindrical-coordinate representation of color #3F0169: hue angle of 275.77º 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 #3F0169 is Cyan = 0.4, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB631105-
CMYK0.40.9900.59
HSL275.77º98.11%20.78%-
HSV(B)275.77º99.05%41.18%-
XYZ4.612.113.53-
YUV31.39169.54150.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.28%
GREEN value IS 1 (0.78% from 255) = 0.59%
BLUE value IS 105 (41.41% from 255) = 62.13%
R=37.28%
G=0.59%
B=62.13%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6311050.40.9900.59275.7798.1120.78
Hex3F169286303B1146215
Octal7711515014307342414225
Binary1111111110100110100011000110111011100010100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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