Html Css Color HEX #40017D Indigo

📋 copy color: '#40017D'

red 64 ◦ green 1 ◦ blue 125

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

Shades of Indigo #40017D

Tints of Indigo #40017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 33.68%
G = 0.53%
B = 65.79%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40017D (or 0x40017D) is known color: Indigo. HEX triplet: 40, 01 and 7D. RGB value is (64,1,125). Sum of RGB (Red+Green+Blue) = 64+1+125=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #40017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40017D is #BFFE82. Grayscale: #212121. Windows color (decimal): -12582531 or 8192320. OLE color: 8192320.

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

Color convert

RGB 64 1 125 -
CMYK 0.49 0.99 0 0.51
HSL 270.48º 0.98% 0.25% -
HSV(B) 270.48º 0.99% 0.49% -
XYZ 5.83 2.59 19.6 -
YUV 33.97 179.37 149.42 -
System Red Green Blue C M Y K H S L
Decimal 64 1 125 0.49 0.99 0 0.51 270.48 0.98 0.25
Hex 40 1 7D 31 63 0 33 10E 62 19
Octal 100 1 175 61 143 0 63 416 142 31
Binary 1000000 1 1111101 110001 1100011 0 110011 100001110 1100010 11001

Color Harmonies of #40017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40017D

Black with #40017D

Text Example


Text Example

White with #40017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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