Html Css Color HEX #400D79 Persian Indigo

📋 copy color: '#400D79'

red 64 ◦ green 13 ◦ blue 121

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

Shades of Persian Indigo #400D79

Tints of Persian Indigo #400D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 61.11%

R = 32.32%
G = 6.57%
B = 61.11%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400D79 (or 0x400D79) is known color: Persian Indigo. HEX triplet: 40, 0D and 79. RGB value is (64,13,121). Sum of RGB (Red+Green+Blue) = 64+13+121=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 121 (47.66% from 255 or 61.11% from 198); Max value from RGB is 121 - color contains mainly: blue. Hex color #400D79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D79 is #BFF286. Grayscale: #282828. Windows color (decimal): -12579463 or 7933248. OLE color: 7933248.

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

Color convert

RGB 64 13 121 -
CMYK 0.47 0.89 0 0.53
HSL 268.33º 0.81% 0.26% -
HSV(B) 268.33º 0.89% 0.47% -
XYZ 5.71 2.76 18.32 -
YUV 40.56 173.4 144.72 -
System Red Green Blue C M Y K H S L
Decimal 64 13 121 0.47 0.89 0 0.53 268.33 0.81 0.26
Hex 40 D 79 2F 59 0 35 10C 51 1A
Octal 100 15 171 57 131 0 65 414 121 32
Binary 1000000 1101 1111001 101111 1011001 0 110101 100001100 1010001 11010

Color Harmonies of #400D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D79

Black with #400D79

Text Example


Text Example

White with #400D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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