Html Css Color HEX #400385 Indigo

📋 copy color: '#400385'

red 64 ◦ green 3 ◦ blue 133

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

Shades of Indigo #400385

Tints of Indigo #400385

RGB

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

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

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

R = 32%
G = 1.5%
B = 66.5%

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

#400385 (or 0x400385) is known color: Indigo. HEX triplet: 40, 03 and 85. RGB value is (64,3,133). Sum of RGB (Red+Green+Blue) = 64+3+133=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #400385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400385 is #BFFC7A. Grayscale: #232323. Windows color (decimal): -12582011 or 8717120. OLE color: 8717120.

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

Color convert

RGB 64 3 133 -
CMYK 0.52 0.98 0 0.48
HSL 268.15º 0.96% 0.27% -
HSV(B) 268.15º 0.98% 0.52% -
XYZ 6.38 2.85 22.4 -
YUV 36.06 182.71 147.93 -
System Red Green Blue C M Y K H S L
Decimal 64 3 133 0.52 0.98 0 0.48 268.15 0.96 0.27
Hex 40 3 85 34 62 0 30 10C 60 1B
Octal 100 3 205 64 142 0 60 414 140 33
Binary 1000000 11 10000101 110100 1100010 0 110000 100001100 1100000 11011

Color Harmonies of #400385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400385

Black with #400385

Text Example


Text Example

White with #400385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400385; }

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

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

background-color css

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

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

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

border-color css

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

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

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