Html Css Color HEX #400468 Indigo

📋 copy color: '#400468'

red 64 ◦ green 4 ◦ blue 104

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

Shades of Indigo #400468

Tints of Indigo #400468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 60.47%

R = 37.21%
G = 2.33%
B = 60.47%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400468 (or 0x400468) is known color: Indigo. HEX triplet: 40, 04 and 68. RGB value is (64,4,104). Sum of RGB (Red+Green+Blue) = 64+4+104=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 104 (41.02% from 255 or 60.47% from 172); Max value from RGB is 104 - color contains mainly: blue. Hex color #400468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400468 is #BFFB97. Grayscale: #212121. Windows color (decimal): -12581784 or 6816832. OLE color: 6816832.

HSL color Cylindrical-coordinate representation of color #400468: hue angle of 276º 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 #400468 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 4 104 -
CMYK 0.38 0.96 0 0.59
HSL 276º 0.93% 0.21% -
HSV(B) 276º 0.96% 0.41% -
XYZ 4.66 2.18 13.27 -
YUV 33.34 167.88 149.87 -
System Red Green Blue C M Y K H S L
Decimal 64 4 104 0.38 0.96 0 0.59 276 0.93 0.21
Hex 40 4 68 26 60 0 3B 114 5D 15
Octal 100 4 150 46 140 0 73 424 135 25
Binary 1000000 100 1101000 100110 1100000 0 111011 100010100 1011101 10101

Color Harmonies of #400468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400468

Black with #400468

Text Example


Text Example

White with #400468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400468; }

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

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

background-color css

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

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

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

border-color css

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

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

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