Html Css Color HEX #400366 Indigo

📋 copy color: '#400366'

red 64 ◦ green 3 ◦ blue 102

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

Shades of Indigo #400366

Tints of Indigo #400366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.78%

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

R = 37.87%
G = 1.78%
B = 60.36%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#400366 (or 0x400366) is known color: Indigo. HEX triplet: 40, 03 and 66. RGB value is (64,3,102). Sum of RGB (Red+Green+Blue) = 64+3+102=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 102 (40.23% from 255 or 60.36% from 169); Max value from RGB is 102 - color contains mainly: blue. Hex color #400366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400366 is #BFFC99. Grayscale: #202020. Windows color (decimal): -12582042 or 6685504. OLE color: 6685504.

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

Color convert

RGB 64 3 102 -
CMYK 0.37 0.97 0 0.6
HSL 276.97º 0.94% 0.21% -
HSV(B) 276.97º 0.97% 0.4% -
XYZ 4.55 2.11 12.74 -
YUV 32.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 64 3 102 0.37 0.97 0 0.6 276.97 0.94 0.21
Hex 40 3 66 25 61 0 3C 115 5E 15
Octal 100 3 146 45 141 0 74 425 136 25
Binary 1000000 11 1100110 100101 1100001 0 111100 100010101 1011110 10101

Color Harmonies of #400366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400366

Black with #400366

Text Example


Text Example

White with #400366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400366; }

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

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

background-color css

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

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

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

border-color css

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

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

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