Html Css Color HEX #400A6F Indigo

📋 copy color: '#400A6F'

red 64 ◦ green 10 ◦ blue 111

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

Shades of Indigo #400A6F

Tints of Indigo #400A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 60%

R = 34.59%
G = 5.41%
B = 60%

CMYK

 C value IS 0.42

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400A6F (or 0x400A6F) is known color: Indigo. HEX triplet: 40, 0A and 6F. RGB value is (64,10,111). Sum of RGB (Red+Green+Blue) = 64+10+111=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 111 (43.75% from 255 or 60% from 185); Max value from RGB is 111 - color contains mainly: blue. Hex color #400A6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400A6F is #BFF590. Grayscale: #252525. Windows color (decimal): -12580241 or 7277120. OLE color: 7277120.

HSL color Cylindrical-coordinate representation of color #400A6F: hue angle of 272.08º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400A6F is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 10 111 -
CMYK 0.42 0.91 0 0.56
HSL 272.08º 0.83% 0.24% -
HSV(B) 272.08º 0.91% 0.44% -
XYZ 5.09 2.45 15.24 -
YUV 37.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 64 10 111 0.42 0.91 0 0.56 272.08 0.83 0.24
Hex 40 A 6F 2A 5B 0 38 110 53 18
Octal 100 12 157 52 133 0 70 420 123 30
Binary 1000000 1010 1101111 101010 1011011 0 111000 100010000 1010011 11000

Color Harmonies of #400A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400A6F

Black with #400A6F

Text Example


Text Example

White with #400A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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