#3F09AB

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

Shades of Indigo #3F09AB

Tints of Indigo #3F09AB

Color information

#3F09AB (or 0x3F09AB) is unknown color: approx Indigo. HEX triplet: 3F, 09 and AB. RGB value is (63,9,171). Sum of RGB (Red+Green+Blue) = 63+9+171=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 171 (67.19% from 255 or 70.37% from 243); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F09AB is #C0F654. Grayscale: #2B2B2B. Windows color (decimal): -12645973 or 11209023. OLE color: 11209023.

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

Color convert

RGB639171-
CMYK0.630.9500.33
HSL260º90%35.29%-
HSV(B)260º94.74%67.06%-
XYZ9.54.1938.84-
YUV43.61199.89141.83-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.93%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 171 (67.19% from 255) = 70.37%
R=25.93%
G=3.70%
B=70.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6391710.630.9500.332609035.29
Hex3F9AB3F5F0211045a23
Octal77112537713704140413243
Binary111111100110101011111111101111101000011000001001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F09AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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