Html Css Color HEX #400291 Indigo

📋 copy color: '#400291'

red 64 ◦ green 2 ◦ blue 145

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

Shades of Indigo #400291

Tints of Indigo #400291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 68.72%

R = 30.33%
G = 0.95%
B = 68.72%

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

#400291 (or 0x400291) is known color: Indigo. HEX triplet: 40, 02 and 91. RGB value is (64,2,145). Sum of RGB (Red+Green+Blue) = 64+2+145=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #400291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400291 is #BFFD6E. Grayscale: #242424. Windows color (decimal): -12582255 or 9503296. OLE color: 9503296.

HSL color Cylindrical-coordinate representation of color #400291: hue angle of 266.01º 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 #400291 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 2 145 -
CMYK 0.56 0.99 0 0.43
HSL 266.01º 0.97% 0.29% -
HSV(B) 266.01º 0.99% 0.57% -
XYZ 7.25 3.18 27.02 -
YUV 36.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 64 2 145 0.56 0.99 0 0.43 266.01 0.97 0.29
Hex 40 2 91 38 63 0 2B 10A 61 1D
Octal 100 2 221 70 143 0 53 412 141 35
Binary 1000000 10 10010001 111000 1100011 0 101011 100001010 1100001 11101

Color Harmonies of #400291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400291

Black with #400291

Text Example


Text Example

White with #400291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400291; }

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

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

background-color css

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

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

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

border-color css

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

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

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