Html Css Color HEX #400166 Indigo

📋 copy color: '#400166'

red 64 ◦ green 1 ◦ blue 102

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

Shades of Indigo #400166

Tints of Indigo #400166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

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

R = 38.32%
G = 0.6%
B = 61.08%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#400166 (or 0x400166) is known color: Indigo. HEX triplet: 40, 01 and 66. RGB value is (64,1,102). Sum of RGB (Red+Green+Blue) = 64+1+102=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #400166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400166 is #BFFE99. Grayscale: #1F1F1F. Windows color (decimal): -12582554 or 6684992. OLE color: 6684992.

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

Color convert

RGB 64 1 102 -
CMYK 0.37 0.99 0 0.6
HSL 277.43º 0.98% 0.2% -
HSV(B) 277.43º 0.99% 0.4% -
XYZ 4.52 2.07 12.73 -
YUV 31.35 167.87 151.29 -
System Red Green Blue C M Y K H S L
Decimal 64 1 102 0.37 0.99 0 0.6 277.43 0.98 0.2
Hex 40 1 66 25 63 0 3C 115 62 14
Octal 100 1 146 45 143 0 74 425 142 24
Binary 1000000 1 1100110 100101 1100011 0 111100 100010101 1100010 10100

Color Harmonies of #400166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400166

Black with #400166

Text Example


Text Example

White with #400166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400166; }

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

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

background-color css

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

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

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

border-color css

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

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

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