Html Css Color HEX #400565 Indigo

📋 copy color: '#400565'

red 64 ◦ green 5 ◦ blue 101

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

Shades of Indigo #400565

Tints of Indigo #400565

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 37.65%
G = 2.94%
B = 59.41%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#400565 (or 0x400565) is known color: Indigo. HEX triplet: 40, 05 and 65. RGB value is (64,5,101). Sum of RGB (Red+Green+Blue) = 64+5+101=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 101 (39.84% from 255 or 59.41% from 170); Max value from RGB is 101 - color contains mainly: blue. Hex color #400565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400565 is #BFFA9A. Grayscale: #212121. Windows color (decimal): -12581531 or 6620480. OLE color: 6620480.

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

Color convert

RGB 64 5 101 -
CMYK 0.37 0.95 0 0.60
HSL 276.88º 0.91% 0.21% -
HSV(B) 276.88º 0.95% 0.4% -
XYZ 4.52 2.14 12.49 -
YUV 33.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 64 5 101 0.37 0.95 0 0.60 276.88 0.91 0.21
Hex 40 5 65 25 5F 0 3C 115 5B 15
Octal 100 5 145 45 137 0 74 425 133 25
Binary 1000000 101 1100101 100101 1011111 0 111100 100010101 1011011 10101

Color Harmonies of #400565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400565

Black with #400565

Text Example


Text Example

White with #400565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400565; }

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

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

background-color css

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

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

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

border-color css

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

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

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