Html Css Color HEX #400191 Indigo

📋 copy color: '#400191'

red 64 ◦ green 1 ◦ blue 145

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

Shades of Indigo #400191

Tints of Indigo #400191

RGB

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

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

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

R = 30.48%
G = 0.48%
B = 69.05%

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

#400191 (or 0x400191) is known color: Indigo. HEX triplet: 40, 01 and 91. RGB value is (64,1,145). Sum of RGB (Red+Green+Blue) = 64+1+145=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 145 (57.03% from 255 or 69.05% from 210); Max value from RGB is 145 - color contains mainly: blue. Hex color #400191 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400191 is #BFFE6E. Grayscale: #232323. Windows color (decimal): -12582511 or 9503040. OLE color: 9503040.

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

Color convert

RGB 64 1 145 -
CMYK 0.56 0.99 0 0.43
HSL 266.25º 0.99% 0.29% -
HSV(B) 266.25º 0.99% 0.57% -
XYZ 7.24 3.16 27.02 -
YUV 36.25 189.37 147.79 -
System Red Green Blue C M Y K H S L
Decimal 64 1 145 0.56 0.99 0 0.43 266.25 0.99 0.29
Hex 40 1 91 38 63 0 2B 10A 63 1D
Octal 100 1 221 70 143 0 53 412 143 35
Binary 1000000 1 10010001 111000 1100011 0 101011 100001010 1100011 11101

Color Harmonies of #400191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400191

Black with #400191

Text Example


Text Example

White with #400191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400191; }

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

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

background-color css

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

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

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

border-color css

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

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

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