Html Css Color HEX #400278 Indigo

📋 copy color: '#400278'

red 64 ◦ green 2 ◦ blue 120

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

Shades of Indigo #400278

Tints of Indigo #400278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 34.41%
G = 1.08%
B = 64.52%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400278 (or 0x400278) is known color: Indigo. HEX triplet: 40, 02 and 78. RGB value is (64,2,120). Sum of RGB (Red+Green+Blue) = 64+2+120=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #400278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400278 is #BFFD87. Grayscale: #212121. Windows color (decimal): -12582280 or 7864896. OLE color: 7864896.

HSL color Cylindrical-coordinate representation of color #400278: hue angle of 271.53º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400278 is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 2 120 -
CMYK 0.47 0.98 0 0.53
HSL 271.53º 0.97% 0.24% -
HSV(B) 271.53º 0.98% 0.47% -
XYZ 5.53 2.49 17.96 -
YUV 33.99 176.54 149.41 -
System Red Green Blue C M Y K H S L
Decimal 64 2 120 0.47 0.98 0 0.53 271.53 0.97 0.24
Hex 40 2 78 2F 62 0 35 110 61 18
Octal 100 2 170 57 142 0 65 420 141 30
Binary 1000000 10 1111000 101111 1100010 0 110101 100010000 1100001 11000

Color Harmonies of #400278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400278

Black with #400278

Text Example


Text Example

White with #400278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400278; }

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

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

background-color css

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

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

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

border-color css

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

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

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