#3F098A

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

Shades of Indigo #3F098A

Tints of Indigo #3F098A

Color information

#3F098A (or 0x3F098A) is unknown color: approx Indigo. HEX triplet: 3F, 09 and 8A. RGB value is (63,9,138). Sum of RGB (Red+Green+Blue) = 63+9+138=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #3F098A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F098A is #C0F675. Grayscale: #272727. Windows color (decimal): -12646006 or 9046335. OLE color: 9046335.

HSL color Cylindrical-coordinate representation of color #3F098A: hue angle of 265.12º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3F098A is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB639138-
CMYK0.540.9300.46
HSL265.12º87.76%28.82%-
HSV(B)265.12º93.48%54.12%-
XYZ6.743.0924.29-
YUV39.85183.39144.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=30%
G=4.29%
B=65.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6391380.540.9300.46265.1287.7628.82
Hex3F98A365D02E109581d
Octal77112126613505641113035
Binary11111110011000101011011010111010101110100001001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,9,138); }

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

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

 a { background-color: rgb(63,9,138); }

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

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

 span { border-color: rgb(63,9,138); }

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