Html Css Color HEX #40009D Indigo

📋 copy color: '#40009D'

red 64 ◦ green 0 ◦ blue 157

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

Shades of Indigo #40009D

Tints of Indigo #40009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 71.04%

R = 28.96%
G = 0%
B = 71.04%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40009D (or 0x40009D) is known color: Indigo. HEX triplet: 40, 00 and 9D. RGB value is (64,0,157). Sum of RGB (Red+Green+Blue) = 64+0+157=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 157 (61.72% from 255 or 71.04% from 221); Max value from RGB is 157 - color contains mainly: blue. Hex color #40009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40009D is #BFFF62. Grayscale: #242424. Windows color (decimal): -12582755 or 10289216. OLE color: 10289216.

HSL color Cylindrical-coordinate representation of color #40009D: hue angle of 264.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40009D is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 0 157 -
CMYK 0.59 1 0 0.38
HSL 264.46º 1% 0.31% -
HSV(B) 264.46º 1% 0.62% -
XYZ 8.2 3.52 32.15 -
YUV 37.03 195.7 147.23 -
System Red Green Blue C M Y K H S L
Decimal 64 0 157 0.59 1 0 0.38 264.46 1 0.31
Hex 40 0 9D 3B 64 0 26 108 64 1F
Octal 100 0 235 73 144 0 46 410 144 37
Binary 1000000 0 10011101 111011 1100100 0 100110 100001000 1100100 11111

Color Harmonies of #40009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40009D

Black with #40009D

Text Example


Text Example

White with #40009D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,0,157); }

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

background-color css

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

 a { background-color: rgb(64,0,157); }

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

border-color css

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

 span { border-color: rgb(64,0,157); }

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