Html Css Color HEX #400590 Indigo

📋 copy color: '#400590'

red 64 ◦ green 5 ◦ blue 144

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

Shades of Indigo #400590

Tints of Indigo #400590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.61%

R = 30.05%
G = 2.35%
B = 67.61%

CMYK

 C value IS 0.56

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#400590 (or 0x400590) is known color: Indigo. HEX triplet: 40, 05 and 90. RGB value is (64,5,144). Sum of RGB (Red+Green+Blue) = 64+5+144=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #400590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400590 is #BFFA6F. Grayscale: #252525. Windows color (decimal): -12581488 or 9438528. OLE color: 9438528.

HSL color Cylindrical-coordinate representation of color #400590: hue angle of 265.47º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400590 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 5 144 -
CMYK 0.56 0.97 0 0.44
HSL 265.47º 0.93% 0.29% -
HSV(B) 265.47º 0.97% 0.56% -
XYZ 7.2 3.21 26.63 -
YUV 38.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 64 5 144 0.56 0.97 0 0.44 265.47 0.93 0.29
Hex 40 5 90 38 61 0 2C 109 5D 1D
Octal 100 5 220 70 141 0 54 411 135 35
Binary 1000000 101 10010000 111000 1100001 0 101100 100001001 1011101 11101

Color Harmonies of #400590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400590

Black with #400590

Text Example


Text Example

White with #400590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400590; }

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

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

background-color css

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

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

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

border-color css

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

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

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