Html Css Color HEX #3F09AC Indigo

📋 copy color: '#3F09AC'

red 63 ◦ green 9 ◦ blue 172

#3F09AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #3F09AC

Tints of Indigo #3F09AC

RGB

 RED value IS 63 (25% from 255) = 25.82%

 GREEN value IS 9 (3.91% from 255) = 3.69%

 BLUE value IS 172 (67.58% from 255) = 70.49%

R = 25.82%
G = 3.69%
B = 70.49%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3F09AC (or 0x3F09AC) is known color: Indigo. HEX triplet: 3F, 09 and AC. RGB value is (63,9,172). Sum of RGB (Red+Green+Blue) = 63+9+172=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F09AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3F09AC is #C0F653. Grayscale: #2B2B2B. Windows color (decimal): -12645972 or 11274559. OLE color: 11274559.

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

Color convert

RGB 63 9 172 -
CMYK 0.63 0.95 0 0.33
HSL 259.88º 0.9% 0.35% -
HSV(B) 259.88º 0.95% 0.67% -
XYZ 9.59 4.23 39.34 -
YUV 43.73 200.39 141.75 -
System Red Green Blue C M Y K H S L
Decimal 63 9 172 0.63 0.95 0 0.33 259.88 0.9 0.35
Hex 3F 9 AC 3F 5F 0 21 104 5A 23
Octal 77 11 254 77 137 0 41 404 132 43
Binary 111111 1001 10101100 111111 1011111 0 100001 100000100 1011010 100011

Color Harmonies of #3F09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F09AC

Black with #3F09AC

Text Example


Text Example

White with #3F09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F09AC;
 }
 .AnyTagClassName
 {
   color: #3F09AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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