Html Css Color HEX #400B78 Indigo

📋 copy color: '#400B78'

red 64 ◦ green 11 ◦ blue 120

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

Shades of Indigo #400B78

Tints of Indigo #400B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.64%

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

R = 32.82%
G = 5.64%
B = 61.54%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400B78 (or 0x400B78) is known color: Indigo. HEX triplet: 40, 0B and 78. RGB value is (64,11,120). Sum of RGB (Red+Green+Blue) = 64+11+120=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #400B78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B78 is #BFF487. Grayscale: #262626. Windows color (decimal): -12579976 or 7867200. OLE color: 7867200.

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

Color convert

RGB 64 11 120 -
CMYK 0.47 0.91 0 0.53
HSL 269.17º 0.83% 0.26% -
HSV(B) 269.17º 0.91% 0.47% -
XYZ 5.62 2.69 17.99 -
YUV 39.27 173.56 145.64 -
System Red Green Blue C M Y K H S L
Decimal 64 11 120 0.47 0.91 0 0.53 269.17 0.83 0.26
Hex 40 B 78 2F 5B 0 35 10D 53 1A
Octal 100 13 170 57 133 0 65 415 123 32
Binary 1000000 1011 1111000 101111 1011011 0 110101 100001101 1010011 11010

Color Harmonies of #400B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B78

Black with #400B78

Text Example


Text Example

White with #400B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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