Html Css Color HEX #400E93 Persian Indigo

📋 copy color: '#400E93'

red 64 ◦ green 14 ◦ blue 147

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

Shades of Persian Indigo #400E93

Tints of Persian Indigo #400E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.33%

R = 28.44%
G = 6.22%
B = 65.33%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400E93 (or 0x400E93) is known color: Persian Indigo. HEX triplet: 40, 0E and 93. RGB value is (64,14,147). Sum of RGB (Red+Green+Blue) = 64+14+147=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #400E93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400E93 is #BFF16C. Grayscale: #2B2B2B. Windows color (decimal): -12579181 or 9637440. OLE color: 9637440.

HSL color Cylindrical-coordinate representation of color #400E93: hue angle of 262.56º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400E93 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 14 147 -
CMYK 0.56 0.90 0 0.42
HSL 262.56º 0.83% 0.32% -
HSV(B) 262.56º 0.9% 0.58% -
XYZ 7.54 3.51 27.88 -
YUV 44.11 186.07 142.19 -
System Red Green Blue C M Y K H S L
Decimal 64 14 147 0.56 0.90 0 0.42 262.56 0.83 0.32
Hex 40 E 93 38 5A 0 2A 107 53 20
Octal 100 16 223 70 132 0 52 407 123 40
Binary 1000000 1110 10010011 111000 1011010 0 101010 100000111 1010011 100000

Color Harmonies of #400E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400E93

Black with #400E93

Text Example


Text Example

White with #400E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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