Html Css Color HEX #400260 Indigo

📋 copy color: '#400260'

red 64 ◦ green 2 ◦ blue 96

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

Shades of Indigo #400260

Tints of Indigo #400260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 96 (37.89% from 255) = 59.26%

R = 39.51%
G = 1.23%
B = 59.26%

CMYK

 C value IS 0.33

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#400260 (or 0x400260) is known color: Indigo. HEX triplet: 40, 02 and 60. RGB value is (64,2,96). Sum of RGB (Red+Green+Blue) = 64+2+96=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #400260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400260 is #BFFD9F. Grayscale: #1E1E1E. Windows color (decimal): -12582304 or 6292032. OLE color: 6292032.

HSL color Cylindrical-coordinate representation of color #400260: hue angle of 279.57º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400260 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 2 96 -
CMYK 0.33 0.98 0 0.62
HSL 279.57º 0.96% 0.19% -
HSV(B) 279.57º 0.98% 0.38% -
XYZ 4.25 1.98 11.22 -
YUV 31.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 64 2 96 0.33 0.98 0 0.62 279.57 0.96 0.19
Hex 40 2 60 21 62 0 3E 118 60 13
Octal 100 2 140 41 142 0 76 430 140 23
Binary 1000000 10 1100000 100001 1100010 0 111110 100011000 1100000 10011

Color Harmonies of #400260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400260

Black with #400260

Text Example


Text Example

White with #400260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400260; }

 p { color: rgb(64,2,96); }

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

background-color css

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

 a { background-color: rgb(64,2,96); }

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

border-color css

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

 span { border-color: rgb(64,2,96); }

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