Html Css Color HEX #401784 Persian Indigo

📋 copy color: '#401784'

red 64 ◦ green 23 ◦ blue 132

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

Shades of Persian Indigo #401784

Tints of Persian Indigo #401784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.5%

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

R = 29.22%
G = 10.5%
B = 60.27%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#401784 (or 0x401784) is known color: Persian Indigo. HEX triplet: 40, 17 and 84. RGB value is (64,23,132). Sum of RGB (Red+Green+Blue) = 64+23+132=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 132 (51.95% from 255 or 60.27% from 219); Max value from RGB is 132 - color contains mainly: blue. Hex color #401784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401784 is #BFE87B. Grayscale: #2F2F2F. Windows color (decimal): -12576892 or 8656704. OLE color: 8656704.

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

Color convert

RGB 64 23 132 -
CMYK 0.52 0.83 0 0.48
HSL 262.57º 0.7% 0.3% -
HSV(B) 262.57º 0.83% 0.52% -
XYZ 6.59 3.37 22.13 -
YUV 47.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 64 23 132 0.52 0.83 0 0.48 262.57 0.7 0.3
Hex 40 17 84 34 53 0 30 107 46 1E
Octal 100 27 204 64 123 0 60 407 106 36
Binary 1000000 10111 10000100 110100 1010011 0 110000 100000111 1000110 11110

Color Harmonies of #401784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401784

Black with #401784

Text Example


Text Example

White with #401784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401784; }

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

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

background-color css

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

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

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

border-color css

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

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

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