Html Css Color HEX #40096F Indigo

📋 copy color: '#40096F'

red 64 ◦ green 9 ◦ blue 111

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

Shades of Indigo #40096F

Tints of Indigo #40096F

RGB

 RED value IS 64 (25.39% from 255) = 34.78%

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

 BLUE value IS 111 (43.75% from 255) = 60.33%

R = 34.78%
G = 4.89%
B = 60.33%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#40096F (or 0x40096F) is known color: Indigo. HEX triplet: 40, 09 and 6F. RGB value is (64,9,111). Sum of RGB (Red+Green+Blue) = 64+9+111=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 9 (3.91% from 255 or 4.89% from 184); Blue value is 111 (43.75% from 255 or 60.33% from 184); Max value from RGB is 111 - color contains mainly: blue. Hex color #40096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40096F is #BFF690. Grayscale: #242424. Windows color (decimal): -12580497 or 7276864. OLE color: 7276864.

HSL color Cylindrical-coordinate representation of color #40096F: hue angle of 272.35º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40096F is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 9 111 -
CMYK 0.42 0.92 0 0.56
HSL 272.35º 0.85% 0.24% -
HSV(B) 272.35º 0.92% 0.44% -
XYZ 5.08 2.43 15.24 -
YUV 37.07 169.72 147.21 -
System Red Green Blue C M Y K H S L
Decimal 64 9 111 0.42 0.92 0 0.56 272.35 0.85 0.24
Hex 40 9 6F 2A 5C 0 38 110 55 18
Octal 100 11 157 52 134 0 70 420 125 30
Binary 1000000 1001 1101111 101010 1011100 0 111000 100010000 1010101 11000

Color Harmonies of #40096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40096F

Black with #40096F

Text Example


Text Example

White with #40096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40096F; }

 p { color: rgb(64,9,111); }

 H1.HeaderClassName
 {
   color: #40096F;
 }
 .AnyTagClassName
 {
   color: #40096F;
 }
</style>

background-color css

<style>
 a { background-color: #40096F; }

 a { background-color: rgb(64,9,111); }

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

border-color css

<style>
 span { border-color: #40096F; }

 span { border-color: rgb(64,9,111); }

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