Html Css Color HEX #400284 Indigo

📋 copy color: '#400284'

red 64 ◦ green 2 ◦ blue 132

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

Shades of Indigo #400284

Tints of Indigo #400284

RGB

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

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

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

R = 32.32%
G = 1.01%
B = 66.67%

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

#400284 (or 0x400284) is known color: Indigo. HEX triplet: 40, 02 and 84. RGB value is (64,2,132). Sum of RGB (Red+Green+Blue) = 64+2+132=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 132 (51.95% from 255 or 66.67% from 198); Max value from RGB is 132 - color contains mainly: blue. Hex color #400284 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400284 is #BFFD7B. Grayscale: #222222. Windows color (decimal): -12582268 or 8651328. OLE color: 8651328.

HSL color Cylindrical-coordinate representation of color #400284: hue angle of 268.62º degrees, saturation: 0.97, 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 #400284 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 2 132 -
CMYK 0.52 0.98 0 0.48
HSL 268.62º 0.97% 0.26% -
HSV(B) 268.62º 0.98% 0.52% -
XYZ 6.3 2.8 22.04 -
YUV 35.36 182.54 148.43 -
System Red Green Blue C M Y K H S L
Decimal 64 2 132 0.52 0.98 0 0.48 268.62 0.97 0.26
Hex 40 2 84 34 62 0 30 10D 61 1A
Octal 100 2 204 64 142 0 60 415 141 32
Binary 1000000 10 10000100 110100 1100010 0 110000 100001101 1100001 11010

Color Harmonies of #400284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400284

Black with #400284

Text Example


Text Example

White with #400284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400284; }

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

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

background-color css

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

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

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

border-color css

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

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

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