Html Css Color HEX #40086D Indigo

📋 copy color: '#40086D'

red 64 ◦ green 8 ◦ blue 109

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

Shades of Indigo #40086D

Tints of Indigo #40086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.42%

 BLUE value IS 109 (42.97% from 255) = 60.22%

R = 35.36%
G = 4.42%
B = 60.22%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#40086D (or 0x40086D) is known color: Indigo. HEX triplet: 40, 08 and 6D. RGB value is (64,8,109). Sum of RGB (Red+Green+Blue) = 64+8+109=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #40086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40086D is #BFF792. Grayscale: #232323. Windows color (decimal): -12580755 or 7145536. OLE color: 7145536.

HSL color Cylindrical-coordinate representation of color #40086D: hue angle of 273.27º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40086D is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 8 109 -
CMYK 0.41 0.93 0 0.57
HSL 273.27º 0.86% 0.23% -
HSV(B) 273.27º 0.93% 0.43% -
XYZ 4.96 2.37 14.66 -
YUV 36.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 64 8 109 0.41 0.93 0 0.57 273.27 0.86 0.23
Hex 40 8 6D 29 5D 0 39 111 56 17
Octal 100 10 155 51 135 0 71 421 126 27
Binary 1000000 1000 1101101 101001 1011101 0 111001 100010001 1010110 10111

Color Harmonies of #40086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40086D

Black with #40086D

Text Example


Text Example

White with #40086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40086D; }

 p { color: rgb(64,8,109); }

 H1.HeaderClassName
 {
   color: #40086D;
 }
 .AnyTagClassName
 {
   color: #40086D;
 }
</style>

background-color css

<style>
 a { background-color: #40086D; }

 a { background-color: rgb(64,8,109); }

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

border-color css

<style>
 span { border-color: #40086D; }

 span { border-color: rgb(64,8,109); }

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