#3F0661

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

Shades of Indigo #3F0661

Tints of Indigo #3F0661

Color information

#3F0661 (or 0x3F0661) is unknown color: approx Indigo. HEX triplet: 3F, 06 and 61. RGB value is (63,6,97). Sum of RGB (Red+Green+Blue) = 63+6+97=166 (21% of max value = 765). Red value is 63 (25% from 255 or 37.95% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F0661 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0661 is #C0F99E. Grayscale: #212121. Windows color (decimal): -12646815 or 6358591. OLE color: 6358591.

HSL color Cylindrical-coordinate representation of color #3F0661: hue angle of 277.58º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0661 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB63697-
CMYK0.350.9400.62
HSL277.58º88.35%20.2%-
HSV(B)277.58º93.81%38.04%-
XYZ4.272.0511.48-
YUV33.42163.88149.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 37.95%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 97 (38.28% from 255) = 58.43%
R=37.95%
G=3.61%
B=58.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal636970.350.9400.62277.5888.3520.2
Hex3F661235E03E1165814
Octal7761414313607642613024
Binary111111110110000110001110111100111110100010110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,6,97); }

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

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

 a { background-color: rgb(63,6,97); }

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

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

 span { border-color: rgb(63,6,97); }

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