Html Css Color HEX #400893 Indigo

📋 copy color: '#400893'

red 64 ◦ green 8 ◦ blue 147

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

Shades of Indigo #400893

Tints of Indigo #400893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

 BLUE value IS 147 (57.81% from 255) = 67.12%

R = 29.22%
G = 3.65%
B = 67.12%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400893 (or 0x400893) is known color: Indigo. HEX triplet: 40, 08 and 93. RGB value is (64,8,147). Sum of RGB (Red+Green+Blue) = 64+8+147=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #400893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400893 is #BFF76C. Grayscale: #282828. Windows color (decimal): -12580717 or 9635904. OLE color: 9635904.

HSL color Cylindrical-coordinate representation of color #400893: hue angle of 264.17º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400893 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 8 147 -
CMYK 0.56 0.95 0 0.42
HSL 264.17º 0.9% 0.3% -
HSV(B) 264.17º 0.95% 0.58% -
XYZ 7.47 3.37 27.86 -
YUV 40.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 64 8 147 0.56 0.95 0 0.42 264.17 0.9 0.3
Hex 40 8 93 38 5F 0 2A 108 5A 1E
Octal 100 10 223 70 137 0 52 410 132 36
Binary 1000000 1000 10010011 111000 1011111 0 101010 100001000 1011010 11110

Color Harmonies of #400893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400893

Black with #400893

Text Example


Text Example

White with #400893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400893; }

 p { color: rgb(64,8,147); }

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

background-color css

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

 a { background-color: rgb(64,8,147); }

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

border-color css

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

 span { border-color: rgb(64,8,147); }

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