#3F0573

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

Shades of Indigo #3F0573

Tints of Indigo #3F0573

Color information

#3F0573 (or 0x3F0573) is unknown color: approx Indigo. HEX triplet: 3F, 05 and 73. RGB value is (63,5,115). Sum of RGB (Red+Green+Blue) = 63+5+115=183 (24% of max value = 765). Red value is 63 (25% from 255 or 34.43% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F0573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0573 is #C0FA8C. Grayscale: #222222. Windows color (decimal): -12647053 or 7537983. OLE color: 7537983.

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

Color convert

RGB635115-
CMYK0.450.9600.55
HSL271.64º91.67%23.53%-
HSV(B)271.64º95.65%45.1%-
XYZ5.22.416.41-
YUV34.88173.22148.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.43%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 115 (45.31% from 255) = 62.84%
R=34.43%
G=2.73%
B=62.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6351150.450.9600.55271.6491.6723.53
Hex3F5732D600371105c18
Octal7751635514006742013430
Binary111111101111001110110111000000110111100010000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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