Html Css Color HEX #400273 Indigo

📋 copy color: '#400273'

red 64 ◦ green 2 ◦ blue 115

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

Shades of Indigo #400273

Tints of Indigo #400273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 63.54%

R = 35.36%
G = 1.1%
B = 63.54%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#400273 (or 0x400273) is known color: Indigo. HEX triplet: 40, 02 and 73. RGB value is (64,2,115). Sum of RGB (Red+Green+Blue) = 64+2+115=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 115 (45.31% from 255 or 63.54% from 181); Max value from RGB is 115 - color contains mainly: blue. Hex color #400273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400273 is #BFFD8C. Grayscale: #212121. Windows color (decimal): -12582285 or 7537216. OLE color: 7537216.

HSL color Cylindrical-coordinate representation of color #400273: hue angle of 272.92º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400273 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 2 115 -
CMYK 0.44 0.98 0 0.55
HSL 272.92º 0.97% 0.23% -
HSV(B) 272.92º 0.98% 0.45% -
XYZ 5.23 2.37 16.4 -
YUV 33.42 174.04 149.81 -
System Red Green Blue C M Y K H S L
Decimal 64 2 115 0.44 0.98 0 0.55 272.92 0.97 0.23
Hex 40 2 73 2C 62 0 37 111 61 17
Octal 100 2 163 54 142 0 67 421 141 27
Binary 1000000 10 1110011 101100 1100010 0 110111 100010001 1100001 10111

Color Harmonies of #400273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400273

Black with #400273

Text Example


Text Example

White with #400273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400273; }

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

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

background-color css

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

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

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

border-color css

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

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

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