#3F09A9

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

Shades of Indigo #3F09A9

Tints of Indigo #3F09A9

Color information

#3F09A9 (or 0x3F09A9) is unknown color: approx Indigo. HEX triplet: 3F, 09 and A9. RGB value is (63,9,169). Sum of RGB (Red+Green+Blue) = 63+9+169=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 9 (3.91% from 255 or 3.73% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #3F09A9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F09A9 is #C0F656. Grayscale: #2A2A2A. Windows color (decimal): -12645975 or 11077951. OLE color: 11077951.

HSL color Cylindrical-coordinate representation of color #3F09A9: hue angle of 260.25º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F09A9 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB639169-
CMYK0.630.9500.34
HSL260.25º89.89%34.9%-
HSV(B)260.25º94.67%66.27%-
XYZ9.314.1237.84-
YUV43.39198.89141.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 9 (3.91% from 255) = 3.73%
BLUE value IS 169 (66.41% from 255) = 70.12%
R=26.14%
G=3.73%
B=70.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal6391690.630.9500.34260.2589.8934.9
Hex3F9A93F5F0221045a23
Octal77112517713704240413243
Binary111111100110101001111111101111101000101000001001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F09A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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