Html Css Color HEX #401E8C Persian Indigo

📋 copy color: '#401E8C'

red 64 ◦ green 30 ◦ blue 140

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

Shades of Persian Indigo #401E8C

Tints of Persian Indigo #401E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.83%

R = 27.35%
G = 12.82%
B = 59.83%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#401E8C (or 0x401E8C) is known color: Persian Indigo. HEX triplet: 40, 1E and 8C. RGB value is (64,30,140). Sum of RGB (Red+Green+Blue) = 64+30+140=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #401E8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401E8C is #BFE173. Grayscale: #343434. Windows color (decimal): -12575092 or 9182784. OLE color: 9182784.

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

Color convert

RGB 64 30 140 -
CMYK 0.54 0.79 0 0.45
HSL 258.55º 0.65% 0.33% -
HSV(B) 258.55º 0.79% 0.55% -
XYZ 7.31 3.91 25.18 -
YUV 52.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 64 30 140 0.54 0.79 0 0.45 258.55 0.65 0.33
Hex 40 1E 8C 36 4F 0 2D 103 41 21
Octal 100 36 214 66 117 0 55 403 101 41
Binary 1000000 11110 10001100 110110 1001111 0 101101 100000011 1000001 100001

Color Harmonies of #401E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E8C

Black with #401E8C

Text Example


Text Example

White with #401E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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