#3f006e

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

Shades of Indigo #3F006E

Tints of Indigo #3F006E

Color information

#3F006E (or 0x3F006E) is unknown color: approx Indigo. HEX triplet: 3F, 00 and 6E. RGB value is (63,0,110). Sum of RGB (Red+Green+Blue) = 63+0+110=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #3F006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F006E is #C0FF91. Grayscale: #1F1F1F. Windows color (decimal): -12648338 or 7209023. OLE color: 7209023.

HSL color Cylindrical-coordinate representation of color #3F006E: hue angle of 274.36º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F006E is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB630110-
CMYK0.43100.57
HSL274.36º100%21.57%-
HSV(B)274.36º100%43.14%-
XYZ4.862.1814.92-
YUV31.38172.37150.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 63.58%
R=36.42%
G=0%
B=63.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6301100.43100.57274.3610021.57
Hex3F06E2B640391126416
Octal7701565314407142214426
Binary1111110110111010101111001000111001100010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f006e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,0,110); }

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

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

 a { background-color: rgb(63,0,110); }

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

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

 span { border-color: rgb(63,0,110); }

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