Html Css Color HEX #400393 Indigo

📋 copy color: '#400393'

red 64 ◦ green 3 ◦ blue 147

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

Shades of Indigo #400393

Tints of Indigo #400393

RGB

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

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

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

R = 29.91%
G = 1.4%
B = 68.69%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400393 (or 0x400393) is known color: Indigo. HEX triplet: 40, 03 and 93. RGB value is (64,3,147). Sum of RGB (Red+Green+Blue) = 64+3+147=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #400393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400393 is #BFFC6C. Grayscale: #252525. Windows color (decimal): -12581997 or 9634624. OLE color: 9634624.

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

Color convert

RGB 64 3 147 -
CMYK 0.56 0.98 0 0.42
HSL 265.42º 0.96% 0.29% -
HSV(B) 265.42º 0.98% 0.58% -
XYZ 7.41 3.26 27.84 -
YUV 37.66 189.71 146.79 -
System Red Green Blue C M Y K H S L
Decimal 64 3 147 0.56 0.98 0 0.42 265.42 0.96 0.29
Hex 40 3 93 38 62 0 2A 109 60 1D
Octal 100 3 223 70 142 0 52 411 140 35
Binary 1000000 11 10010011 111000 1100010 0 101010 100001001 1100000 11101

Color Harmonies of #400393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400393

Black with #400393

Text Example


Text Example

White with #400393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400393; }

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

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

background-color css

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

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

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

border-color css

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

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

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