Html Css Color HEX #400E7D Persian Indigo

📋 copy color: '#400E7D'

red 64 ◦ green 14 ◦ blue 125

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

Shades of Persian Indigo #400E7D

Tints of Persian Indigo #400E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 31.53%
G = 6.9%
B = 61.58%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#400E7D (or 0x400E7D) is known color: Persian Indigo. HEX triplet: 40, 0E and 7D. RGB value is (64,14,125). Sum of RGB (Red+Green+Blue) = 64+14+125=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #400E7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E7D is #BFF182. Grayscale: #292929. Windows color (decimal): -12579203 or 8195648. OLE color: 8195648.

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

Color convert

RGB 64 14 125 -
CMYK 0.49 0.89 0 0.51
HSL 267.03º 0.8% 0.27% -
HSV(B) 267.03º 0.89% 0.49% -
XYZ 5.97 2.88 19.64 -
YUV 41.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 64 14 125 0.49 0.89 0 0.51 267.03 0.8 0.27
Hex 40 E 7D 31 59 0 33 10B 50 1B
Octal 100 16 175 61 131 0 63 413 120 33
Binary 1000000 1110 1111101 110001 1011001 0 110011 100001011 1010000 11011

Color Harmonies of #400E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E7D

Black with #400E7D

Text Example


Text Example

White with #400E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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