#3F0390

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

Shades of Indigo #3F0390

Tints of Indigo #3F0390

Color information

#3F0390 (or 0x3F0390) is unknown color: approx Indigo. HEX triplet: 3F, 03 and 90. RGB value is (63,3,144). Sum of RGB (Red+Green+Blue) = 63+3+144=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #3F0390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F0390 is #C0FC6F. Grayscale: #242424. Windows color (decimal): -12647536 or 9438015. OLE color: 9438015.

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

Color convert

RGB633144-
CMYK0.560.9800.44
HSL265.53º95.92%28.82%-
HSV(B)265.53º97.92%56.47%-
XYZ7.123.1426.62-
YUV37.01188.38146.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 144 (56.64% from 255) = 68.57%
R=30%
G=1.43%
B=68.57%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6331440.560.9800.44265.5395.9228.82
Hex3F390386202C10a601d
Octal7732207014205441214035
Binary111111111001000011100011000100101100100001010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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