Html Css Color HEX #401E8D Persian Indigo

📋 copy color: '#401E8D'

red 64 ◦ green 30 ◦ blue 141

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

Shades of Persian Indigo #401E8D

Tints of Persian Indigo #401E8D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.77%

 BLUE value IS 141 (55.47% from 255) = 60%

R = 27.23%
G = 12.77%
B = 60%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#401E8D (or 0x401E8D) is known color: Persian Indigo. HEX triplet: 40, 1E and 8D. RGB value is (64,30,141). Sum of RGB (Red+Green+Blue) = 64+30+141=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 141 (55.47% from 255 or 60% from 235); Max value from RGB is 141 - color contains mainly: blue. Hex color #401E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401E8D is #BFE172. Grayscale: #343434. Windows color (decimal): -12575091 or 9248320. OLE color: 9248320.

HSL color Cylindrical-coordinate representation of color #401E8D: hue angle of 258.38º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401E8D is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 30 141 -
CMYK 0.55 0.79 0 0.45
HSL 258.38º 0.65% 0.34% -
HSV(B) 258.38º 0.79% 0.55% -
XYZ 7.39 3.94 25.57 -
YUV 52.82 177.76 135.97 -
System Red Green Blue C M Y K H S L
Decimal 64 30 141 0.55 0.79 0 0.45 258.38 0.65 0.34
Hex 40 1E 8D 37 4F 0 2D 102 41 22
Octal 100 36 215 67 117 0 55 402 101 42
Binary 1000000 11110 10001101 110111 1001111 0 101101 100000010 1000001 100010

Color Harmonies of #401E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E8D

Black with #401E8D

Text Example


Text Example

White with #401E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E8D; }

 p { color: rgb(64,30,141); }

 H1.HeaderClassName
 {
   color: #401E8D;
 }
 .AnyTagClassName
 {
   color: #401E8D;
 }
</style>

background-color css

<style>
 a { background-color: #401E8D; }

 a { background-color: rgb(64,30,141); }

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

border-color css

<style>
 span { border-color: #401E8D; }

 span { border-color: rgb(64,30,141); }

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