#3F0396

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

Shades of Indigo #3F0396

Tints of Indigo #3F0396

Color information

#3F0396 (or 0x3F0396) is unknown color: approx Indigo. HEX triplet: 3F, 03 and 96. RGB value is (63,3,150). Sum of RGB (Red+Green+Blue) = 63+3+150=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F0396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0396 is #C0FC69. Grayscale: #252525. Windows color (decimal): -12647530 or 9831231. OLE color: 9831231.

HSL color Cylindrical-coordinate representation of color #3F0396: hue angle of 264.49º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0396 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB633150-
CMYK0.580.9800.41
HSL264.49º96.08%30%-
HSV(B)264.49º98%58.82%-
XYZ7.593.3229.1-
YUV37.7191.38146.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 29.17%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 150 (58.98% from 255) = 69.44%
R=29.17%
G=1.39%
B=69.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal6331500.580.9800.41264.4996.0830
Hex3F3963A62029108601e
Octal7732267214205141014036
Binary111111111001011011101011000100101001100001000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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