Html Css Color HEX #400492 Indigo

📋 copy color: '#400492'

red 64 ◦ green 4 ◦ blue 146

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

Shades of Indigo #400492

Tints of Indigo #400492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.22%

R = 29.91%
G = 1.87%
B = 68.22%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#400492 (or 0x400492) is known color: Indigo. HEX triplet: 40, 04 and 92. RGB value is (64,4,146). Sum of RGB (Red+Green+Blue) = 64+4+146=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #400492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400492 is #BFFB6D. Grayscale: #252525. Windows color (decimal): -12581742 or 9569344. OLE color: 9569344.

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

Color convert

RGB 64 4 146 -
CMYK 0.56 0.97 0 0.43
HSL 265.35º 0.95% 0.29% -
HSV(B) 265.35º 0.97% 0.57% -
XYZ 7.35 3.25 27.43 -
YUV 38.13 188.88 146.45 -
System Red Green Blue C M Y K H S L
Decimal 64 4 146 0.56 0.97 0 0.43 265.35 0.95 0.29
Hex 40 4 92 38 61 0 2B 109 5F 1D
Octal 100 4 222 70 141 0 53 411 137 35
Binary 1000000 100 10010010 111000 1100001 0 101011 100001001 1011111 11101

Color Harmonies of #400492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400492

Black with #400492

Text Example


Text Example

White with #400492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400492; }

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

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

background-color css

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

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

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

border-color css

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

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

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