Html Css Color HEX #400069 Indigo

📋 copy color: '#400069'

red 64 ◦ green 0 ◦ blue 105

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

Shades of Indigo #400069

Tints of Indigo #400069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.87%
G = 0%
B = 62.13%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400069 (or 0x400069) is known color: Indigo. HEX triplet: 40, 00 and 69. RGB value is (64,0,105). Sum of RGB (Red+Green+Blue) = 64+0+105=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #400069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400069 is #BFFF96. Grayscale: #1E1E1E. Windows color (decimal): -12582807 or 6881344. OLE color: 6881344.

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

Color convert

RGB 64 0 105 -
CMYK 0.39 1 0 0.59
HSL 276.57º 1% 0.21% -
HSV(B) 276.57º 1% 0.41% -
XYZ 4.66 2.11 13.53 -
YUV 31.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 64 0 105 0.39 1 0 0.59 276.57 1 0.21
Hex 40 0 69 27 64 0 3B 115 64 15
Octal 100 0 151 47 144 0 73 425 144 25
Binary 1000000 0 1101001 100111 1100100 0 111011 100010101 1100100 10101

Color Harmonies of #400069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400069

Black with #400069

Text Example


Text Example

White with #400069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400069; }

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

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

background-color css

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

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

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

border-color css

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

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

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