Html Css Color HEX #400865 Indigo

📋 copy color: '#400865'

red 64 ◦ green 8 ◦ blue 101

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

Shades of Indigo #400865

Tints of Indigo #400865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.62%

 BLUE value IS 101 (39.84% from 255) = 58.38%

R = 36.99%
G = 4.62%
B = 58.38%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#400865 (or 0x400865) is known color: Indigo. HEX triplet: 40, 08 and 65. RGB value is (64,8,101). Sum of RGB (Red+Green+Blue) = 64+8+101=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 101 (39.84% from 255 or 58.38% from 173); Max value from RGB is 101 - color contains mainly: blue. Hex color #400865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400865 is #BFF79A. Grayscale: #232323. Windows color (decimal): -12580763 or 6621248. OLE color: 6621248.

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

Color convert

RGB 64 8 101 -
CMYK 0.37 0.92 0 0.60
HSL 276.13º 0.85% 0.21% -
HSV(B) 276.13º 0.92% 0.4% -
XYZ 4.55 2.2 12.5 -
YUV 35.35 165.05 148.44 -
System Red Green Blue C M Y K H S L
Decimal 64 8 101 0.37 0.92 0 0.60 276.13 0.85 0.21
Hex 40 8 65 25 5C 0 3C 114 55 15
Octal 100 10 145 45 134 0 74 424 125 25
Binary 1000000 1000 1100101 100101 1011100 0 111100 100010100 1010101 10101

Color Harmonies of #400865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400865

Black with #400865

Text Example


Text Example

White with #400865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400865; }

 p { color: rgb(64,8,101); }

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

background-color css

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

 a { background-color: rgb(64,8,101); }

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

border-color css

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

 span { border-color: rgb(64,8,101); }

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