Html Css Color HEX #400C78 Indigo

📋 copy color: '#400C78'

red 64 ◦ green 12 ◦ blue 120

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

Shades of Indigo #400C78

Tints of Indigo #400C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 61.22%

R = 32.65%
G = 6.12%
B = 61.22%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400C78 (or 0x400C78) is known color: Indigo. HEX triplet: 40, 0C and 78. RGB value is (64,12,120). Sum of RGB (Red+Green+Blue) = 64+12+120=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #400C78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C78 is #BFF387. Grayscale: #272727. Windows color (decimal): -12579720 or 7867456. OLE color: 7867456.

HSL color Cylindrical-coordinate representation of color #400C78: hue angle of 268.89º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400C78 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 12 120 -
CMYK 0.47 0.90 0 0.53
HSL 268.89º 0.82% 0.26% -
HSV(B) 268.89º 0.9% 0.47% -
XYZ 5.64 2.71 18 -
YUV 39.86 173.23 145.22 -
System Red Green Blue C M Y K H S L
Decimal 64 12 120 0.47 0.90 0 0.53 268.89 0.82 0.26
Hex 40 C 78 2F 5A 0 35 10D 52 1A
Octal 100 14 170 57 132 0 65 415 122 32
Binary 1000000 1100 1111000 101111 1011010 0 110101 100001101 1010010 11010

Color Harmonies of #400C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400C78

Black with #400C78

Text Example


Text Example

White with #400C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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