Html Css Color HEX #400667 Indigo

📋 copy color: '#400667'

red 64 ◦ green 6 ◦ blue 103

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

Shades of Indigo #400667

Tints of Indigo #400667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 59.54%

R = 36.99%
G = 3.47%
B = 59.54%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#400667 (or 0x400667) is known color: Indigo. HEX triplet: 40, 06 and 67. RGB value is (64,6,103). Sum of RGB (Red+Green+Blue) = 64+6+103=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 103 (40.62% from 255 or 59.54% from 173); Max value from RGB is 103 - color contains mainly: blue. Hex color #400667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400667 is #BFF998. Grayscale: #222222. Windows color (decimal): -12581273 or 6751808. OLE color: 6751808.

HSL color Cylindrical-coordinate representation of color #400667: hue angle of 275.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400667 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 6 103 -
CMYK 0.38 0.94 0 0.60
HSL 275.88º 0.89% 0.21% -
HSV(B) 275.88º 0.94% 0.4% -
XYZ 4.63 2.2 13.01 -
YUV 34.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 64 6 103 0.38 0.94 0 0.60 275.88 0.89 0.21
Hex 40 6 67 26 5E 0 3C 114 59 15
Octal 100 6 147 46 136 0 74 424 131 25
Binary 1000000 110 1100111 100110 1011110 0 111100 100010100 1011001 10101

Color Harmonies of #400667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400667

Black with #400667

Text Example


Text Example

White with #400667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400667; }

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

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

background-color css

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

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

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

border-color css

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

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

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