Html Css Color HEX #400299 Indigo

📋 copy color: '#400299'

red 64 ◦ green 2 ◦ blue 153

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

Shades of Indigo #400299

Tints of Indigo #400299

RGB

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

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

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

R = 29.22%
G = 0.91%
B = 69.86%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#400299 (or 0x400299) is known color: Indigo. HEX triplet: 40, 02 and 99. RGB value is (64,2,153). Sum of RGB (Red+Green+Blue) = 64+2+153=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #400299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400299 is #BFFD66. Grayscale: #252525. Windows color (decimal): -12582247 or 10027584. OLE color: 10027584.

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

Color convert

RGB 64 2 153 -
CMYK 0.58 0.99 0 0.4
HSL 264.64º 0.97% 0.3% -
HSV(B) 264.64º 0.99% 0.6% -
XYZ 7.89 3.43 30.38 -
YUV 37.75 193.04 146.72 -
System Red Green Blue C M Y K H S L
Decimal 64 2 153 0.58 0.99 0 0.4 264.64 0.97 0.3
Hex 40 2 99 3A 63 0 28 109 61 1E
Octal 100 2 231 72 143 0 50 411 141 36
Binary 1000000 10 10011001 111010 1100011 0 101000 100001001 1100001 11110

Color Harmonies of #400299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400299

Black with #400299

Text Example


Text Example

White with #400299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400299; }

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

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

background-color css

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

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

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

border-color css

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

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

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