Html Css Color HEX #401399 Persian Indigo

📋 copy color: '#401399'

red 64 ◦ green 19 ◦ blue 153

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

Shades of Persian Indigo #401399

Tints of Persian Indigo #401399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.05%

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 27.12%
G = 8.05%
B = 64.83%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#401399 (or 0x401399) is known color: Persian Indigo. HEX triplet: 40, 13 and 99. RGB value is (64,19,153). Sum of RGB (Red+Green+Blue) = 64+19+153=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #401399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401399 is #BFEC66. Grayscale: #2F2F2F. Windows color (decimal): -12577895 or 10031936. OLE color: 10031936.

HSL color Cylindrical-coordinate representation of color #401399: hue angle of 260.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401399 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 19 153 -
CMYK 0.58 0.88 0 0.4
HSL 260.15º 0.78% 0.34% -
HSV(B) 260.15º 0.88% 0.6% -
XYZ 8.1 3.86 30.45 -
YUV 47.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 64 19 153 0.58 0.88 0 0.4 260.15 0.78 0.34
Hex 40 13 99 3A 58 0 28 104 4E 22
Octal 100 23 231 72 130 0 50 404 116 42
Binary 1000000 10011 10011001 111010 1011000 0 101000 100000100 1001110 100010

Color Harmonies of #401399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401399

Black with #401399

Text Example


Text Example

White with #401399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401399; }

 p { color: rgb(64,19,153); }

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

background-color css

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

 a { background-color: rgb(64,19,153); }

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

border-color css

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

 span { border-color: rgb(64,19,153); }

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