#3F06A6

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

Shades of Indigo #3F06A6

Tints of Indigo #3F06A6

Color information

#3F06A6 (or 0x3F06A6) is unknown color: approx Indigo. HEX triplet: 3F, 06 and A6. RGB value is (63,6,166). Sum of RGB (Red+Green+Blue) = 63+6+166=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F06A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F06A6 is #C0F959. Grayscale: #282828. Windows color (decimal): -12646746 or 10880575. OLE color: 10880575.

HSL color Cylindrical-coordinate representation of color #3F06A6: hue angle of 261.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F06A6 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB636166-
CMYK0.620.9600.35
HSL261.38º93.02%33.73%-
HSV(B)261.38º96.39%65.1%-
XYZ93.9436.36-
YUV41.28198.38143.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 6 (2.73% from 255) = 2.55%
BLUE value IS 166 (65.23% from 255) = 70.64%
R=26.81%
G=2.55%
B=70.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6361660.620.9600.35261.3893.0233.73
Hex3F6A63E600231055d22
Octal7762467614004340513542
Binary11111111010100110111110110000001000111000001011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F06A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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