Html Css Color HEX #400469 Indigo

📋 copy color: '#400469'

red 64 ◦ green 4 ◦ blue 105

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

Shades of Indigo #400469

Tints of Indigo #400469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 36.99%
G = 2.31%
B = 60.69%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400469 (or 0x400469) is known color: Indigo. HEX triplet: 40, 04 and 69. RGB value is (64,4,105). Sum of RGB (Red+Green+Blue) = 64+4+105=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 105 (41.41% from 255 or 60.69% from 173); Max value from RGB is 105 - color contains mainly: blue. Hex color #400469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400469 is #BFFB96. Grayscale: #212121. Windows color (decimal): -12581783 or 6882368. OLE color: 6882368.

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

Color convert

RGB 64 4 105 -
CMYK 0.39 0.96 0 0.59
HSL 275.64º 0.93% 0.21% -
HSV(B) 275.64º 0.96% 0.41% -
XYZ 4.71 2.2 13.54 -
YUV 33.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 64 4 105 0.39 0.96 0 0.59 275.64 0.93 0.21
Hex 40 4 69 27 60 0 3B 114 5D 15
Octal 100 4 151 47 140 0 73 424 135 25
Binary 1000000 100 1101001 100111 1100000 0 111011 100010100 1011101 10101

Color Harmonies of #400469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400469

Black with #400469

Text Example


Text Example

White with #400469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400469; }

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

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

background-color css

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

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

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

border-color css

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

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

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