#3F0373

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

Shades of Indigo #3F0373

Tints of Indigo #3F0373

Color information

#3F0373 (or 0x3F0373) is unknown color: approx Indigo. HEX triplet: 3F, 03 and 73. RGB value is (63,3,115). Sum of RGB (Red+Green+Blue) = 63+3+115=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #3F0373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F0373 is #C0FC8C. Grayscale: #212121. Windows color (decimal): -12647565 or 7537471. OLE color: 7537471.

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

Color convert

RGB633115-
CMYK0.450.9700.55
HSL272.14º94.92%23.14%-
HSV(B)272.14º97.39%45.1%-
XYZ5.182.3616.4-
YUV33.71173.88148.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.81%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 115 (45.31% from 255) = 63.54%
R=34.81%
G=1.66%
B=63.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6331150.450.9700.55272.1494.9223.14
Hex3F3732D610371105f17
Octal7731635514106742013727
Binary11111111111001110110111000010110111100010000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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