Html Css Color HEX #400292 Indigo

📋 copy color: '#400292'

red 64 ◦ green 2 ◦ blue 146

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

Shades of Indigo #400292

Tints of Indigo #400292

RGB

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

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

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

R = 30.19%
G = 0.94%
B = 68.87%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#400292 (or 0x400292) is known color: Indigo. HEX triplet: 40, 02 and 92. RGB value is (64,2,146). Sum of RGB (Red+Green+Blue) = 64+2+146=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #400292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400292 is #BFFD6D. Grayscale: #242424. Windows color (decimal): -12582254 or 9568832. OLE color: 9568832.

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

Color convert

RGB 64 2 146 -
CMYK 0.56 0.99 0 0.43
HSL 265.83º 0.97% 0.29% -
HSV(B) 265.83º 0.99% 0.57% -
XYZ 7.32 3.21 27.43 -
YUV 36.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 64 2 146 0.56 0.99 0 0.43 265.83 0.97 0.29
Hex 40 2 92 38 63 0 2B 10A 61 1D
Octal 100 2 222 70 143 0 53 412 141 35
Binary 1000000 10 10010010 111000 1100011 0 101011 100001010 1100001 11101

Color Harmonies of #400292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400292

Black with #400292

Text Example


Text Example

White with #400292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400292; }

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

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

background-color css

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

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

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

border-color css

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

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

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