Html Css Color HEX #40008D Indigo

📋 copy color: '#40008D'

red 64 ◦ green 0 ◦ blue 141

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

Shades of Indigo #40008D

Tints of Indigo #40008D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 68.78%

R = 31.22%
G = 0%
B = 68.78%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40008D (or 0x40008D) is known color: Indigo. HEX triplet: 40, 00 and 8D. RGB value is (64,0,141). Sum of RGB (Red+Green+Blue) = 64+0+141=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #40008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40008D is #BFFF72. Grayscale: #222222. Windows color (decimal): -12582771 or 9240640. OLE color: 9240640.

HSL color Cylindrical-coordinate representation of color #40008D: hue angle of 267.23º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40008D is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 0 141 -
CMYK 0.55 1 0 0.45
HSL 267.23º 1% 0.28% -
HSV(B) 267.23º 1% 0.55% -
XYZ 6.92 3.01 25.42 -
YUV 35.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 64 0 141 0.55 1 0 0.45 267.23 1 0.28
Hex 40 0 8D 37 64 0 2D 10B 64 1C
Octal 100 0 215 67 144 0 55 413 144 34
Binary 1000000 0 10001101 110111 1100100 0 101101 100001011 1100100 11100

Color Harmonies of #40008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40008D

Black with #40008D

Text Example


Text Example

White with #40008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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