Html Css Color HEX #401491 Persian Indigo

📋 copy color: '#401491'

red 64 ◦ green 20 ◦ blue 145

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

Shades of Persian Indigo #401491

Tints of Persian Indigo #401491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 63.32%

R = 27.95%
G = 8.73%
B = 63.32%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#401491 (or 0x401491) is known color: Persian Indigo. HEX triplet: 40, 14 and 91. RGB value is (64,20,145). Sum of RGB (Red+Green+Blue) = 64+20+145=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #401491 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401491 is #BFEB6E. Grayscale: #2E2E2E. Windows color (decimal): -12577647 or 9507904. OLE color: 9507904.

HSL color Cylindrical-coordinate representation of color #401491: hue angle of 261.12º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401491 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 20 145 -
CMYK 0.56 0.86 0 0.43
HSL 261.12º 0.76% 0.32% -
HSV(B) 261.12º 0.86% 0.57% -
XYZ 7.48 3.63 27.1 -
YUV 47.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 64 20 145 0.56 0.86 0 0.43 261.12 0.76 0.32
Hex 40 14 91 38 56 0 2B 105 4C 20
Octal 100 24 221 70 126 0 53 405 114 40
Binary 1000000 10100 10010001 111000 1010110 0 101011 100000101 1001100 100000

Color Harmonies of #401491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401491

Black with #401491

Text Example


Text Example

White with #401491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401491; }

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

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

background-color css

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

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

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

border-color css

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

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

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