Html Css Color HEX #400B69 Indigo

📋 copy color: '#400B69'

red 64 ◦ green 11 ◦ blue 105

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

Shades of Indigo #400B69

Tints of Indigo #400B69

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.11%

 BLUE value IS 105 (41.41% from 255) = 58.33%

R = 35.56%
G = 6.11%
B = 58.33%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400B69 (or 0x400B69) is known color: Indigo. HEX triplet: 40, 0B and 69. RGB value is (64,11,105). Sum of RGB (Red+Green+Blue) = 64+11+105=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #400B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B69 is #BFF496. Grayscale: #252525. Windows color (decimal): -12579991 or 6884160. OLE color: 6884160.

HSL color Cylindrical-coordinate representation of color #400B69: hue angle of 273.83º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400B69 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 11 105 -
CMYK 0.39 0.90 0 0.59
HSL 273.83º 0.81% 0.23% -
HSV(B) 273.83º 0.9% 0.41% -
XYZ 4.78 2.35 13.57 -
YUV 37.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 64 11 105 0.39 0.90 0 0.59 273.83 0.81 0.23
Hex 40 B 69 27 5A 0 3B 112 51 17
Octal 100 13 151 47 132 0 73 422 121 27
Binary 1000000 1011 1101001 100111 1011010 0 111011 100010010 1010001 10111

Color Harmonies of #400B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B69

Black with #400B69

Text Example


Text Example

White with #400B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,11,105); }

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

background-color css

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

 a { background-color: rgb(64,11,105); }

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

border-color css

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

 span { border-color: rgb(64,11,105); }

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