#3F0070

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

Shades of Indigo #3F0070

Tints of Indigo #3F0070

Color information

#3F0070 (or 0x3F0070) is unknown color: approx Indigo. HEX triplet: 3F, 00 and 70. RGB value is (63,0,112). Sum of RGB (Red+Green+Blue) = 63+0+112=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #3F0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0070 is #C0FF8F. Grayscale: #1F1F1F. Windows color (decimal): -12648336 or 7340095. OLE color: 7340095.

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

Color convert

RGB630112-
CMYK0.44100.56
HSL273.75º100%21.96%-
HSV(B)273.75º100%43.92%-
XYZ4.972.2315.5-
YUV31.6173.37150.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 64%
R=36%
G=0%
B=64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6301120.44100.56273.7510021.96
Hex3F0702C640381126416
Octal7701605414407042214426
Binary1111110111000010110011001000111000100010010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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