Html Css Color HEX #400AB0 Indigo

📋 copy color: '#400AB0'

red 64 ◦ green 10 ◦ blue 176

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

Shades of Indigo #400AB0

Tints of Indigo #400AB0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

 BLUE value IS 176 (69.14% from 255) = 70.4%

R = 25.6%
G = 4%
B = 70.4%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#400AB0 (or 0x400AB0) is known color: Indigo. HEX triplet: 40, 0A and B0. RGB value is (64,10,176). Sum of RGB (Red+Green+Blue) = 64+10+176=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 176 (69.14% from 255 or 70.4% from 250); Max value from RGB is 176 - color contains mainly: blue. Hex color #400AB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400AB0 is #BFF54F. Grayscale: #2C2C2C. Windows color (decimal): -12580176 or 11536960. OLE color: 11536960.

HSL color Cylindrical-coordinate representation of color #400AB0: hue angle of 259.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400AB0 is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 10 176 -
CMYK 0.64 0.94 0 0.31
HSL 259.52º 0.89% 0.36% -
HSV(B) 259.52º 0.94% 0.69% -
XYZ 10.06 4.44 41.4 -
YUV 45.07 201.89 141.5 -
System Red Green Blue C M Y K H S L
Decimal 64 10 176 0.64 0.94 0 0.31 259.52 0.89 0.36
Hex 40 A B0 40 5E 0 1F 104 59 24
Octal 100 12 260 100 136 0 37 404 131 44
Binary 1000000 1010 10110000 1000000 1011110 0 11111 100000100 1011001 100100

Color Harmonies of #400AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400AB0

Black with #400AB0

Text Example


Text Example

White with #400AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400AB0; }

 p { color: rgb(64,10,176); }

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

background-color css

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

 a { background-color: rgb(64,10,176); }

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

border-color css

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

 span { border-color: rgb(64,10,176); }

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