Html Css Color HEX #401499 Persian Indigo

📋 copy color: '#401499'

red 64 ◦ green 20 ◦ blue 153

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

Shades of Persian Indigo #401499

Tints of Persian Indigo #401499

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 27%
G = 8.44%
B = 64.56%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#401499 (or 0x401499) is known color: Persian Indigo. HEX triplet: 40, 14 and 99. RGB value is (64,20,153). Sum of RGB (Red+Green+Blue) = 64+20+153=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #401499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401499 is #BFEB66. Grayscale: #2F2F2F. Windows color (decimal): -12577639 or 10032192. OLE color: 10032192.

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

Color convert

RGB 64 20 153 -
CMYK 0.58 0.87 0 0.4
HSL 259.85º 0.77% 0.34% -
HSV(B) 259.85º 0.87% 0.6% -
XYZ 8.11 3.89 30.46 -
YUV 48.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 64 20 153 0.58 0.87 0 0.4 259.85 0.77 0.34
Hex 40 14 99 3A 57 0 28 104 4D 22
Octal 100 24 231 72 127 0 50 404 115 42
Binary 1000000 10100 10011001 111010 1010111 0 101000 100000100 1001101 100010

Color Harmonies of #401499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401499

Black with #401499

Text Example


Text Example

White with #401499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401499; }

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

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

background-color css

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

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

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

border-color css

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

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

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