#3F0690

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

Shades of Indigo #3F0690

Tints of Indigo #3F0690

Color information

#3F0690 (or 0x3F0690) is unknown color: approx Indigo. HEX triplet: 3F, 06 and 90. RGB value is (63,6,144). Sum of RGB (Red+Green+Blue) = 63+6+144=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F0690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0690 is #C0F96F. Grayscale: #262626. Windows color (decimal): -12646768 or 9438783. OLE color: 9438783.

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

Color convert

RGB636144-
CMYK0.560.9600.44
HSL264.78º92%29.41%-
HSV(B)264.78º95.83%56.47%-
XYZ7.153.226.63-
YUV38.78187.38145.28-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.58%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 144 (56.64% from 255) = 67.61%
R=29.58%
G=2.82%
B=67.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6361440.560.9600.44264.789229.41
Hex3F690386002C1095c1d
Octal7762207014005441113435
Binary1111111101001000011100011000000101100100001001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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