#3F0299

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

Shades of Indigo #3F0299

Tints of Indigo #3F0299

Color information

#3F0299 (or 0x3F0299) is unknown color: approx Indigo. HEX triplet: 3F, 02 and 99. RGB value is (63,2,153). Sum of RGB (Red+Green+Blue) = 63+2+153=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F0299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0299 is #C0FD66. Grayscale: #242424. Windows color (decimal): -12647783 or 10027583. OLE color: 10027583.

HSL color Cylindrical-coordinate representation of color #3F0299: hue angle of 264.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0299 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB632153-
CMYK0.590.9900.4
HSL264.24º97.42%30.39%-
HSV(B)264.24º98.69%60%-
XYZ7.823.430.38-
YUV37.45193.21146.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.90%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=28.90%
G=0.92%
B=70.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6321530.590.9900.4264.2497.4230.39
Hex3F2993B63028108611e
Octal7722317314305041014136
Binary111111101001100111101111000110101000100001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,153); }

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

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

 a { background-color: rgb(63,2,153); }

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

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

 span { border-color: rgb(63,2,153); }

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