Html Css Color HEX #400D76 Persian Indigo

📋 copy color: '#400D76'

red 64 ◦ green 13 ◦ blue 118

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

Shades of Persian Indigo #400D76

Tints of Persian Indigo #400D76

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.67%

 BLUE value IS 118 (46.48% from 255) = 60.51%

R = 32.82%
G = 6.67%
B = 60.51%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400D76 (or 0x400D76) is known color: Persian Indigo. HEX triplet: 40, 0D and 76. RGB value is (64,13,118). Sum of RGB (Red+Green+Blue) = 64+13+118=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #400D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D76 is #BFF289. Grayscale: #272727. Windows color (decimal): -12579466 or 7736640. OLE color: 7736640.

HSL color Cylindrical-coordinate representation of color #400D76: hue angle of 269.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400D76 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 13 118 -
CMYK 0.46 0.89 0 0.54
HSL 269.14º 0.8% 0.26% -
HSV(B) 269.14º 0.89% 0.46% -
XYZ 5.53 2.69 17.37 -
YUV 40.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 64 13 118 0.46 0.89 0 0.54 269.14 0.8 0.26
Hex 40 D 76 2E 59 0 36 10D 50 1A
Octal 100 15 166 56 131 0 66 415 120 32
Binary 1000000 1101 1110110 101110 1011001 0 110110 100001101 1010000 11010

Color Harmonies of #400D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D76

Black with #400D76

Text Example


Text Example

White with #400D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400D76; }

 p { color: rgb(64,13,118); }

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

background-color css

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

 a { background-color: rgb(64,13,118); }

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

border-color css

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

 span { border-color: rgb(64,13,118); }

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