Html Css Color HEX #400066 Indigo

📋 copy color: '#400066'

red 64 ◦ green 0 ◦ blue 102

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

Shades of Indigo #400066

Tints of Indigo #400066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.55%
G = 0%
B = 61.45%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#400066 (or 0x400066) is known color: Indigo. HEX triplet: 40, 00 and 66. RGB value is (64,0,102). Sum of RGB (Red+Green+Blue) = 64+0+102=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #400066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400066 is #BFFF99. Grayscale: #1E1E1E. Windows color (decimal): -12582810 or 6684736. OLE color: 6684736.

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

Color convert

RGB 64 0 102 -
CMYK 0.37 1 0 0.6
HSL 277.65º 1% 0.2% -
HSV(B) 277.65º 1% 0.4% -
XYZ 4.51 2.05 12.73 -
YUV 30.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 64 0 102 0.37 1 0 0.6 277.65 1 0.2
Hex 40 0 66 25 64 0 3C 116 64 14
Octal 100 0 146 45 144 0 74 426 144 24
Binary 1000000 0 1100110 100101 1100100 0 111100 100010110 1100100 10100

Color Harmonies of #400066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400066

Black with #400066

Text Example


Text Example

White with #400066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400066; }

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

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

background-color css

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

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

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

border-color css

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

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

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