Html Css Color HEX #400485 Indigo

📋 copy color: '#400485'

red 64 ◦ green 4 ◦ blue 133

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

Shades of Indigo #400485

Tints of Indigo #400485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

 BLUE value IS 133 (52.34% from 255) = 66.17%

R = 31.84%
G = 1.99%
B = 66.17%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#400485 (or 0x400485) is known color: Indigo. HEX triplet: 40, 04 and 85. RGB value is (64,4,133). Sum of RGB (Red+Green+Blue) = 64+4+133=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #400485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400485 is #BFFB7A. Grayscale: #242424. Windows color (decimal): -12581755 or 8717376. OLE color: 8717376.

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

Color convert

RGB 64 4 133 -
CMYK 0.52 0.97 0 0.48
HSL 267.91º 0.94% 0.27% -
HSV(B) 267.91º 0.97% 0.52% -
XYZ 6.39 2.87 22.41 -
YUV 36.65 182.38 147.51 -
System Red Green Blue C M Y K H S L
Decimal 64 4 133 0.52 0.97 0 0.48 267.91 0.94 0.27
Hex 40 4 85 34 61 0 30 10C 5E 1B
Octal 100 4 205 64 141 0 60 414 136 33
Binary 1000000 100 10000101 110100 1100001 0 110000 100001100 1011110 11011

Color Harmonies of #400485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400485

Black with #400485

Text Example


Text Example

White with #400485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400485; }

 p { color: rgb(64,4,133); }

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

background-color css

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

 a { background-color: rgb(64,4,133); }

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

border-color css

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

 span { border-color: rgb(64,4,133); }

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