Html Css Color HEX #400466 Indigo

📋 copy color: '#400466'

red 64 ◦ green 4 ◦ blue 102

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

Shades of Indigo #400466

Tints of Indigo #400466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 60%

R = 37.65%
G = 2.35%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#400466 (or 0x400466) is known color: Indigo. HEX triplet: 40, 04 and 66. RGB value is (64,4,102). Sum of RGB (Red+Green+Blue) = 64+4+102=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #400466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400466 is #BFFB99. Grayscale: #202020. Windows color (decimal): -12581786 or 6685760. OLE color: 6685760.

HSL color Cylindrical-coordinate representation of color #400466: hue angle of 276.73º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400466 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 4 102 -
CMYK 0.37 0.96 0 0.6
HSL 276.73º 0.92% 0.21% -
HSV(B) 276.73º 0.96% 0.4% -
XYZ 4.56 2.14 12.74 -
YUV 33.11 166.88 150.03 -
System Red Green Blue C M Y K H S L
Decimal 64 4 102 0.37 0.96 0 0.6 276.73 0.92 0.21
Hex 40 4 66 25 60 0 3C 115 5C 15
Octal 100 4 146 45 140 0 74 425 134 25
Binary 1000000 100 1100110 100101 1100000 0 111100 100010101 1011100 10101

Color Harmonies of #400466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400466

Black with #400466

Text Example


Text Example

White with #400466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400466; }

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

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

background-color css

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

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

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

border-color css

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

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

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