Html Css Color HEX #400190 Indigo

📋 copy color: '#400190'

red 64 ◦ green 1 ◦ blue 144

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

Shades of Indigo #400190

Tints of Indigo #400190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 144 (56.64% from 255) = 68.9%

R = 30.62%
G = 0.48%
B = 68.9%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#400190 (or 0x400190) is known color: Indigo. HEX triplet: 40, 01 and 90. RGB value is (64,1,144). Sum of RGB (Red+Green+Blue) = 64+1+144=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 144 (56.64% from 255 or 68.90% from 209); Max value from RGB is 144 - color contains mainly: blue. Hex color #400190 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400190 is #BFFE6F. Grayscale: #232323. Windows color (decimal): -12582512 or 9437504. OLE color: 9437504.

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

Color convert

RGB 64 1 144 -
CMYK 0.56 0.99 0 0.44
HSL 266.43º 0.99% 0.28% -
HSV(B) 266.43º 0.99% 0.56% -
XYZ 7.16 3.13 26.61 -
YUV 36.14 188.87 147.87 -
System Red Green Blue C M Y K H S L
Decimal 64 1 144 0.56 0.99 0 0.44 266.43 0.99 0.28
Hex 40 1 90 38 63 0 2C 10A 63 1C
Octal 100 1 220 70 143 0 54 412 143 34
Binary 1000000 1 10010000 111000 1100011 0 101100 100001010 1100011 11100

Color Harmonies of #400190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400190

Black with #400190

Text Example


Text Example

White with #400190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400190; }

 p { color: rgb(64,1,144); }

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

background-color css

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

 a { background-color: rgb(64,1,144); }

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

border-color css

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

 span { border-color: rgb(64,1,144); }

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