#3B09AC

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

Shades of Indigo #3B09AC

Tints of Indigo #3B09AC

Color information

#3B09AC (or 0x3B09AC) is unknown color: approx Indigo. HEX triplet: 3B, 09 and AC. RGB value is (59,9,172). Sum of RGB (Red+Green+Blue) = 59+9+172=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B09AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B09AC is #C4F653. Grayscale: #292929. Windows color (decimal): -12908116 or 11274555. OLE color: 11274555.

HSL color Cylindrical-coordinate representation of color #3B09AC: hue angle of 258.4º 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 #3B09AC is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB599172-
CMYK0.660.9500.33
HSL258.4º90.06%35.49%-
HSV(B)258.4º94.77%67.45%-
XYZ9.354.139.33-
YUV42.53201.06139.75-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 9 (3.91% from 255) = 3.75%
BLUE value IS 172 (67.58% from 255) = 71.67%
R=24.58%
G=3.75%
B=71.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal5991720.660.9500.33258.490.0635.49
Hex3B9AC425F0211025a23
Octal731125410213704140213243
Binary1110111001101011001000010101111101000011000000101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B09AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,9,172); }

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

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

 a { background-color: rgb(59,9,172); }

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

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

 span { border-color: rgb(59,9,172); }

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