Html Css Color HEX #400D6E Persian Indigo

📋 copy color: '#400D6E'

red 64 ◦ green 13 ◦ blue 110

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

Shades of Persian Indigo #400D6E

Tints of Persian Indigo #400D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 58.82%

R = 34.22%
G = 6.95%
B = 58.82%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#400D6E (or 0x400D6E) is known color: Persian Indigo. HEX triplet: 40, 0D and 6E. RGB value is (64,13,110). Sum of RGB (Red+Green+Blue) = 64+13+110=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 110 (43.36% from 255 or 58.82% from 187); Max value from RGB is 110 - color contains mainly: blue. Hex color #400D6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D6E is #BFF291. Grayscale: #262626. Windows color (decimal): -12579474 or 7212352. OLE color: 7212352.

HSL color Cylindrical-coordinate representation of color #400D6E: hue angle of 271.55º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400D6E is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 64 13 110 -
CMYK 0.42 0.88 0 0.57
HSL 271.55º 0.79% 0.24% -
HSV(B) 271.55º 0.88% 0.43% -
XYZ 5.07 2.5 14.97 -
YUV 39.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 64 13 110 0.42 0.88 0 0.57 271.55 0.79 0.24
Hex 40 D 6E 2A 58 0 39 110 4F 18
Octal 100 15 156 52 130 0 71 420 117 30
Binary 1000000 1101 1101110 101010 1011000 0 111001 100010000 1001111 11000

Color Harmonies of #400D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400D6E

Black with #400D6E

Text Example


Text Example

White with #400D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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