Html Css Color HEX #401397 Persian Indigo

📋 copy color: '#401397'

red 64 ◦ green 19 ◦ blue 151

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

Shades of Persian Indigo #401397

Tints of Persian Indigo #401397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 64.53%

R = 27.35%
G = 8.12%
B = 64.53%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#401397 (or 0x401397) is known color: Persian Indigo. HEX triplet: 40, 13 and 97. RGB value is (64,19,151). Sum of RGB (Red+Green+Blue) = 64+19+151=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #401397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401397 is #BFEC68. Grayscale: #2F2F2F. Windows color (decimal): -12577897 or 9900864. OLE color: 9900864.

HSL color Cylindrical-coordinate representation of color #401397: hue angle of 260.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401397 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 64 19 151 -
CMYK 0.58 0.87 0 0.41
HSL 260.45º 0.78% 0.33% -
HSV(B) 260.45º 0.87% 0.59% -
XYZ 7.93 3.79 29.59 -
YUV 47.5 186.41 139.77 -
System Red Green Blue C M Y K H S L
Decimal 64 19 151 0.58 0.87 0 0.41 260.45 0.78 0.33
Hex 40 13 97 3A 57 0 29 104 4E 21
Octal 100 23 227 72 127 0 51 404 116 41
Binary 1000000 10011 10010111 111010 1010111 0 101001 100000100 1001110 100001

Color Harmonies of #401397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401397

Black with #401397

Text Example


Text Example

White with #401397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401397; }

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

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

background-color css

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

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

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

border-color css

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

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

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