Html Css Color HEX #401C87 Persian Indigo

📋 copy color: '#401C87'

red 64 ◦ green 28 ◦ blue 135

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

Shades of Persian Indigo #401C87

Tints of Persian Indigo #401C87

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.33%

 BLUE value IS 135 (53.13% from 255) = 59.47%

R = 28.19%
G = 12.33%
B = 59.47%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#401C87 (or 0x401C87) is known color: Persian Indigo. HEX triplet: 40, 1C and 87. RGB value is (64,28,135). Sum of RGB (Red+Green+Blue) = 64+28+135=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #401C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401C87 is #BFE378. Grayscale: #323232. Windows color (decimal): -12575609 or 8854592. OLE color: 8854592.

HSL color Cylindrical-coordinate representation of color #401C87: hue angle of 260.19º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401C87 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 28 135 -
CMYK 0.53 0.79 0 0.47
HSL 260.19º 0.66% 0.32% -
HSV(B) 260.19º 0.79% 0.53% -
XYZ 6.9 3.67 23.27 -
YUV 50.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 64 28 135 0.53 0.79 0 0.47 260.19 0.66 0.32
Hex 40 1C 87 35 4F 0 2F 104 42 20
Octal 100 34 207 65 117 0 57 404 102 40
Binary 1000000 11100 10000111 110101 1001111 0 101111 100000100 1000010 100000

Color Harmonies of #401C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C87

Black with #401C87

Text Example


Text Example

White with #401C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,28,135); }

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

background-color css

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

 a { background-color: rgb(64,28,135); }

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

border-color css

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

 span { border-color: rgb(64,28,135); }

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