Html Css Color HEX #401584 Persian Indigo

📋 copy color: '#401584'

red 64 ◦ green 21 ◦ blue 132

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

Shades of Persian Indigo #401584

Tints of Persian Indigo #401584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.68%

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 29.49%
G = 9.68%
B = 60.83%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#401584 (or 0x401584) is known color: Persian Indigo. HEX triplet: 40, 15 and 84. RGB value is (64,21,132). Sum of RGB (Red+Green+Blue) = 64+21+132=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #401584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401584 is #BFEA7B. Grayscale: #2E2E2E. Windows color (decimal): -12577404 or 8656192. OLE color: 8656192.

HSL color Cylindrical-coordinate representation of color #401584: hue angle of 263.24º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401584 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 21 132 -
CMYK 0.52 0.84 0 0.48
HSL 263.24º 0.73% 0.3% -
HSV(B) 263.24º 0.84% 0.52% -
XYZ 6.55 3.29 22.12 -
YUV 46.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 64 21 132 0.52 0.84 0 0.48 263.24 0.73 0.3
Hex 40 15 84 34 54 0 30 107 49 1E
Octal 100 25 204 64 124 0 60 407 111 36
Binary 1000000 10101 10000100 110100 1010100 0 110000 100000111 1001001 11110

Color Harmonies of #401584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401584

Black with #401584

Text Example


Text Example

White with #401584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401584; }

 p { color: rgb(64,21,132); }

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

background-color css

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

 a { background-color: rgb(64,21,132); }

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

border-color css

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

 span { border-color: rgb(64,21,132); }

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