Html Css Color HEX #40005D Indigo

📋 copy color: '#40005D'

red 64 ◦ green 0 ◦ blue 93

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

Shades of Indigo #40005D

Tints of Indigo #40005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 59.24%

R = 40.76%
G = 0%
B = 59.24%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#40005D (or 0x40005D) is known color: Indigo. HEX triplet: 40, 00 and 5D. RGB value is (64,0,93). Sum of RGB (Red+Green+Blue) = 64+0+93=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #40005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40005D is #BFFFA2. Grayscale: #1D1D1D. Windows color (decimal): -12582819 or 6094912. OLE color: 6094912.

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

Color convert

RGB 64 0 93 -
CMYK 0.31 1 0 0.64
HSL 281.29º 1% 0.18% -
HSV(B) 281.29º 1% 0.36% -
XYZ 4.09 1.88 10.5 -
YUV 29.74 163.7 152.44 -
System Red Green Blue C M Y K H S L
Decimal 64 0 93 0.31 1 0 0.64 281.29 1 0.18
Hex 40 0 5D 1F 64 0 40 119 64 12
Octal 100 0 135 37 144 0 100 431 144 22
Binary 1000000 0 1011101 11111 1100100 0 1000000 100011001 1100100 10010

Color Harmonies of #40005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40005D

Black with #40005D

Text Example


Text Example

White with #40005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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