Html Css Color HEX #40047D Indigo

📋 copy color: '#40047D'

red 64 ◦ green 4 ◦ blue 125

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

Shades of Indigo #40047D

Tints of Indigo #40047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.07%

 BLUE value IS 125 (49.22% from 255) = 64.77%

R = 33.16%
G = 2.07%
B = 64.77%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40047D (or 0x40047D) is known color: Indigo. HEX triplet: 40, 04 and 7D. RGB value is (64,4,125). Sum of RGB (Red+Green+Blue) = 64+4+125=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #40047D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40047D is #BFFB82. Grayscale: #232323. Windows color (decimal): -12581763 or 8193088. OLE color: 8193088.

HSL color Cylindrical-coordinate representation of color #40047D: hue angle of 269.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #40047D is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 4 125 -
CMYK 0.49 0.97 0 0.51
HSL 269.75º 0.94% 0.25% -
HSV(B) 269.75º 0.97% 0.49% -
XYZ 5.86 2.66 19.61 -
YUV 35.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 64 4 125 0.49 0.97 0 0.51 269.75 0.94 0.25
Hex 40 4 7D 31 61 0 33 10E 5E 19
Octal 100 4 175 61 141 0 63 416 136 31
Binary 1000000 100 1111101 110001 1100001 0 110011 100001110 1011110 11001

Color Harmonies of #40047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40047D

Black with #40047D

Text Example


Text Example

White with #40047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,4,125); }

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

background-color css

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

 a { background-color: rgb(64,4,125); }

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

border-color css

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

 span { border-color: rgb(64,4,125); }

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