Html Css Color HEX #400C8D Indigo

📋 copy color: '#400C8D'

red 64 ◦ green 12 ◦ blue 141

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

Shades of Indigo #400C8D

Tints of Indigo #400C8D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.53%

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

R = 29.49%
G = 5.53%
B = 64.98%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#400C8D (or 0x400C8D) is known color: Indigo. HEX triplet: 40, 0C and 8D. RGB value is (64,12,141). Sum of RGB (Red+Green+Blue) = 64+12+141=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #400C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400C8D is #BFF372. Grayscale: #292929. Windows color (decimal): -12579699 or 9243712. OLE color: 9243712.

HSL color Cylindrical-coordinate representation of color #400C8D: hue angle of 264.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400C8D is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 12 141 -
CMYK 0.55 0.91 0 0.45
HSL 264.19º 0.84% 0.3% -
HSV(B) 264.19º 0.91% 0.55% -
XYZ 7.05 3.28 25.46 -
YUV 42.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 64 12 141 0.55 0.91 0 0.45 264.19 0.84 0.3
Hex 40 C 8D 37 5B 0 2D 108 54 1E
Octal 100 14 215 67 133 0 55 410 124 36
Binary 1000000 1100 10001101 110111 1011011 0 101101 100001000 1010100 11110

Color Harmonies of #400C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C8D

Black with #400C8D

Text Example


Text Example

White with #400C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400C8D; }

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

 H1.HeaderClassName
 {
   color: #400C8D;
 }
 .AnyTagClassName
 {
   color: #400C8D;
 }
</style>

background-color css

<style>
 a { background-color: #400C8D; }

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

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

border-color css

<style>
 span { border-color: #400C8D; }

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

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