Html Css Color HEX #400E7F Persian Indigo

📋 copy color: '#400E7F'

red 64 ◦ green 14 ◦ blue 127

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

Shades of Persian Indigo #400E7F

Tints of Persian Indigo #400E7F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.83%

 BLUE value IS 127 (50% from 255) = 61.95%

R = 31.22%
G = 6.83%
B = 61.95%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#400E7F (or 0x400E7F) is known color: Persian Indigo. HEX triplet: 40, 0E and 7F. RGB value is (64,14,127). Sum of RGB (Red+Green+Blue) = 64+14+127=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 14 (5.86% from 255 or 6.83% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #400E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E7F is #BFF180. Grayscale: #292929. Windows color (decimal): -12579201 or 8326720. OLE color: 8326720.

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

Color convert

RGB 64 14 127 -
CMYK 0.50 0.89 0 0.50
HSL 266.55º 0.8% 0.28% -
HSV(B) 266.55º 0.89% 0.5% -
XYZ 6.1 2.94 20.32 -
YUV 41.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 64 14 127 0.50 0.89 0 0.50 266.55 0.8 0.28
Hex 40 E 7F 32 59 0 32 10B 50 1C
Octal 100 16 177 62 131 0 62 413 120 34
Binary 1000000 1110 1111111 110010 1011001 0 110010 100001011 1010000 11100

Color Harmonies of #400E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E7F

Black with #400E7F

Text Example


Text Example

White with #400E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,14,127); }

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

background-color css

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

 a { background-color: rgb(64,14,127); }

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

border-color css

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

 span { border-color: rgb(64,14,127); }

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