Html Css Color HEX #400869 Indigo

📋 copy color: '#400869'

red 64 ◦ green 8 ◦ blue 105

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

Shades of Indigo #400869

Tints of Indigo #400869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.52%

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

R = 36.16%
G = 4.52%
B = 59.32%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400869 (or 0x400869) is known color: Indigo. HEX triplet: 40, 08 and 69. RGB value is (64,8,105). Sum of RGB (Red+Green+Blue) = 64+8+105=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 105 (41.41% from 255 or 59.32% from 177); Max value from RGB is 105 - color contains mainly: blue. Hex color #400869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400869 is #BFF796. Grayscale: #232323. Windows color (decimal): -12580759 or 6883392. OLE color: 6883392.

HSL color Cylindrical-coordinate representation of color #400869: hue angle of 274.64º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400869 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 8 105 -
CMYK 0.39 0.92 0 0.59
HSL 274.64º 0.86% 0.22% -
HSV(B) 274.64º 0.92% 0.41% -
XYZ 4.75 2.28 13.55 -
YUV 35.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 64 8 105 0.39 0.92 0 0.59 274.64 0.86 0.22
Hex 40 8 69 27 5C 0 3B 113 56 16
Octal 100 10 151 47 134 0 73 423 126 26
Binary 1000000 1000 1101001 100111 1011100 0 111011 100010011 1010110 10110

Color Harmonies of #400869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400869

Black with #400869

Text Example


Text Example

White with #400869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400869; }

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

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

background-color css

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

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

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

border-color css

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

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

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