Html Css Color HEX #400399 Indigo

📋 copy color: '#400399'

red 64 ◦ green 3 ◦ blue 153

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

Shades of Indigo #400399

Tints of Indigo #400399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.55%

R = 29.09%
G = 1.36%
B = 69.55%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#400399 (or 0x400399) is known color: Indigo. HEX triplet: 40, 03 and 99. RGB value is (64,3,153). Sum of RGB (Red+Green+Blue) = 64+3+153=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #400399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400399 is #BFFC66. Grayscale: #252525. Windows color (decimal): -12581991 or 10027840. OLE color: 10027840.

HSL color Cylindrical-coordinate representation of color #400399: hue angle of 264.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400399 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 3 153 -
CMYK 0.58 0.98 0 0.4
HSL 264.4º 0.96% 0.31% -
HSV(B) 264.4º 0.98% 0.6% -
XYZ 7.9 3.46 30.39 -
YUV 38.34 192.71 146.3 -
System Red Green Blue C M Y K H S L
Decimal 64 3 153 0.58 0.98 0 0.4 264.4 0.96 0.31
Hex 40 3 99 3A 62 0 28 108 60 1F
Octal 100 3 231 72 142 0 50 410 140 37
Binary 1000000 11 10011001 111010 1100010 0 101000 100001000 1100000 11111

Color Harmonies of #400399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400399

Black with #400399

Text Example


Text Example

White with #400399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400399; }

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

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

background-color css

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

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

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

border-color css

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

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

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