Html Css Color HEX #400294 Indigo

📋 copy color: '#400294'

red 64 ◦ green 2 ◦ blue 148

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

Shades of Indigo #400294

Tints of Indigo #400294

RGB

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

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

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

R = 29.91%
G = 0.93%
B = 69.16%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400294 (or 0x400294) is known color: Indigo. HEX triplet: 40, 02 and 94. RGB value is (64,2,148). Sum of RGB (Red+Green+Blue) = 64+2+148=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #400294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400294 is #BFFD6B. Grayscale: #242424. Windows color (decimal): -12582252 or 9699904. OLE color: 9699904.

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

Color convert

RGB 64 2 148 -
CMYK 0.57 0.99 0 0.42
HSL 265.48º 0.97% 0.29% -
HSV(B) 265.48º 0.99% 0.58% -
XYZ 7.48 3.27 28.25 -
YUV 37.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 64 2 148 0.57 0.99 0 0.42 265.48 0.97 0.29
Hex 40 2 94 39 63 0 2A 109 61 1D
Octal 100 2 224 71 143 0 52 411 141 35
Binary 1000000 10 10010100 111001 1100011 0 101010 100001001 1100001 11101

Color Harmonies of #400294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400294

Black with #400294

Text Example


Text Example

White with #400294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400294; }

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

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

background-color css

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

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

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

border-color css

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

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

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