Html Css Color HEX #400494 Indigo

📋 copy color: '#400494'

red 64 ◦ green 4 ◦ blue 148

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

Shades of Indigo #400494

Tints of Indigo #400494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

 BLUE value IS 148 (58.2% from 255) = 68.52%

R = 29.63%
G = 1.85%
B = 68.52%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400494 (or 0x400494) is known color: Indigo. HEX triplet: 40, 04 and 94. RGB value is (64,4,148). Sum of RGB (Red+Green+Blue) = 64+4+148=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #400494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400494 is #BFFB6B. Grayscale: #252525. Windows color (decimal): -12581740 or 9700416. OLE color: 9700416.

HSL color Cylindrical-coordinate representation of color #400494: hue angle of 265º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400494 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 4 148 -
CMYK 0.57 0.97 0 0.42
HSL 265º 0.95% 0.3% -
HSV(B) 265º 0.97% 0.58% -
XYZ 7.5 3.31 28.26 -
YUV 38.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 64 4 148 0.57 0.97 0 0.42 265 0.95 0.3
Hex 40 4 94 39 61 0 2A 109 5F 1E
Octal 100 4 224 71 141 0 52 411 137 36
Binary 1000000 100 10010100 111001 1100001 0 101010 100001001 1011111 11110

Color Harmonies of #400494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400494

Black with #400494

Text Example


Text Example

White with #400494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400494; }

 p { color: rgb(64,4,148); }

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

background-color css

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

 a { background-color: rgb(64,4,148); }

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

border-color css

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

 span { border-color: rgb(64,4,148); }

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