Html Css Color HEX #400384 Indigo

📋 copy color: '#400384'

red 64 ◦ green 3 ◦ blue 132

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

Shades of Indigo #400384

Tints of Indigo #400384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 66.33%

R = 32.16%
G = 1.51%
B = 66.33%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#400384 (or 0x400384) is known color: Indigo. HEX triplet: 40, 03 and 84. RGB value is (64,3,132). Sum of RGB (Red+Green+Blue) = 64+3+132=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 132 (51.95% from 255 or 66.33% from 199); Max value from RGB is 132 - color contains mainly: blue. Hex color #400384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400384 is #BFFC7B. Grayscale: #232323. Windows color (decimal): -12582012 or 8651584. OLE color: 8651584.

HSL color Cylindrical-coordinate representation of color #400384: hue angle of 268.37º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400384 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 3 132 -
CMYK 0.52 0.98 0 0.48
HSL 268.37º 0.96% 0.26% -
HSV(B) 268.37º 0.98% 0.52% -
XYZ 6.31 2.82 22.04 -
YUV 35.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 64 3 132 0.52 0.98 0 0.48 268.37 0.96 0.26
Hex 40 3 84 34 62 0 30 10C 60 1A
Octal 100 3 204 64 142 0 60 414 140 32
Binary 1000000 11 10000100 110100 1100010 0 110000 100001100 1100000 11010

Color Harmonies of #400384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400384

Black with #400384

Text Example


Text Example

White with #400384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400384; }

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

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

background-color css

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

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

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

border-color css

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

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

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