Html Css Color HEX #400969 Indigo

📋 copy color: '#400969'

red 64 ◦ green 9 ◦ blue 105

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

Shades of Indigo #400969

Tints of Indigo #400969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.06%

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

R = 35.96%
G = 5.06%
B = 58.99%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400969 (or 0x400969) is known color: Indigo. HEX triplet: 40, 09 and 69. RGB value is (64,9,105). Sum of RGB (Red+Green+Blue) = 64+9+105=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #400969 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400969 is #BFF696. Grayscale: #242424. Windows color (decimal): -12580503 or 6883648. OLE color: 6883648.

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

Color convert

RGB 64 9 105 -
CMYK 0.39 0.91 0 0.59
HSL 274.38º 0.84% 0.22% -
HSV(B) 274.38º 0.91% 0.41% -
XYZ 4.76 2.31 13.56 -
YUV 36.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 64 9 105 0.39 0.91 0 0.59 274.38 0.84 0.22
Hex 40 9 69 27 5B 0 3B 112 54 16
Octal 100 11 151 47 133 0 73 422 124 26
Binary 1000000 1001 1101001 100111 1011011 0 111011 100010010 1010100 10110

Color Harmonies of #400969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400969

Black with #400969

Text Example


Text Example

White with #400969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400969; }

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

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

background-color css

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

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

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

border-color css

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

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

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