#3F0568

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

Shades of Indigo #3F0568

Tints of Indigo #3F0568

Color information

#3F0568 (or 0x3F0568) is unknown color: approx Indigo. HEX triplet: 3F, 05 and 68. RGB value is (63,5,104). Sum of RGB (Red+Green+Blue) = 63+5+104=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #3F0568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0568 is #C0FA97. Grayscale: #212121. Windows color (decimal): -12647064 or 6817087. OLE color: 6817087.

HSL color Cylindrical-coordinate representation of color #3F0568: hue angle of 275.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F0568 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB635104-
CMYK0.390.9500.59
HSL275.15º90.83%21.37%-
HSV(B)275.15º95.19%40.78%-
XYZ4.62.1613.27-
YUV33.63167.72148.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 104 (41.02% from 255) = 60.47%
R=36.63%
G=2.91%
B=60.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6351040.390.9500.59275.1590.8321.37
Hex3F568275F03B1135b15
Octal7751504713707342313325
Binary111111101110100010011110111110111011100010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,5,104); }

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

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

 a { background-color: rgb(63,5,104); }

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

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

 span { border-color: rgb(63,5,104); }

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