Html Css Color HEX #400672 Indigo

📋 copy color: '#400672'

red 64 ◦ green 6 ◦ blue 114

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

Shades of Indigo #400672

Tints of Indigo #400672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.26%

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 34.78%
G = 3.26%
B = 61.96%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400672 (or 0x400672) is known color: Indigo. HEX triplet: 40, 06 and 72. RGB value is (64,6,114). Sum of RGB (Red+Green+Blue) = 64+6+114=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #400672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400672 is #BFF98D. Grayscale: #232323. Windows color (decimal): -12581262 or 7472704. OLE color: 7472704.

HSL color Cylindrical-coordinate representation of color #400672: hue angle of 272.22º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400672 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 6 114 -
CMYK 0.44 0.95 0 0.55
HSL 272.22º 0.9% 0.24% -
HSV(B) 272.22º 0.95% 0.45% -
XYZ 5.22 2.44 16.11 -
YUV 35.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 64 6 114 0.44 0.95 0 0.55 272.22 0.9 0.24
Hex 40 6 72 2C 5F 0 37 110 5A 18
Octal 100 6 162 54 137 0 67 420 132 30
Binary 1000000 110 1110010 101100 1011111 0 110111 100010000 1011010 11000

Color Harmonies of #400672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400672

Black with #400672

Text Example


Text Example

White with #400672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400672; }

 p { color: rgb(64,6,114); }

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

background-color css

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

 a { background-color: rgb(64,6,114); }

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

border-color css

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

 span { border-color: rgb(64,6,114); }

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