Html Css Color HEX #401984 Persian Indigo

📋 copy color: '#401984'

red 64 ◦ green 25 ◦ blue 132

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

Shades of Persian Indigo #401984

Tints of Persian Indigo #401984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.31%

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

R = 28.96%
G = 11.31%
B = 59.73%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#401984 (or 0x401984) is known color: Persian Indigo. HEX triplet: 40, 19 and 84. RGB value is (64,25,132). Sum of RGB (Red+Green+Blue) = 64+25+132=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #401984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401984 is #BFE67B. Grayscale: #303030. Windows color (decimal): -12576380 or 8657216. OLE color: 8657216.

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

Color convert

RGB 64 25 132 -
CMYK 0.52 0.81 0 0.48
HSL 261.87º 0.68% 0.31% -
HSV(B) 261.87º 0.81% 0.52% -
XYZ 6.63 3.45 22.15 -
YUV 48.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 64 25 132 0.52 0.81 0 0.48 261.87 0.68 0.31
Hex 40 19 84 34 51 0 30 106 44 1F
Octal 100 31 204 64 121 0 60 406 104 37
Binary 1000000 11001 10000100 110100 1010001 0 110000 100000110 1000100 11111

Color Harmonies of #401984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401984

Black with #401984

Text Example


Text Example

White with #401984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401984; }

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

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

background-color css

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

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

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

border-color css

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

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

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