Html Css Color HEX #401495 Persian Indigo

📋 copy color: '#401495'

red 64 ◦ green 20 ◦ blue 149

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

Shades of Persian Indigo #401495

Tints of Persian Indigo #401495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 27.47%
G = 8.58%
B = 63.95%

CMYK

 C value IS 0.57

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401495 (or 0x401495) is known color: Persian Indigo. HEX triplet: 40, 14 and 95. RGB value is (64,20,149). Sum of RGB (Red+Green+Blue) = 64+20+149=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #401495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401495 is #BFEB6A. Grayscale: #2F2F2F. Windows color (decimal): -12577643 or 9770048. OLE color: 9770048.

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

Color convert

RGB 64 20 149 -
CMYK 0.57 0.87 0 0.42
HSL 260.47º 0.76% 0.33% -
HSV(B) 260.47º 0.87% 0.58% -
XYZ 7.79 3.76 28.75 -
YUV 47.86 185.08 139.51 -
System Red Green Blue C M Y K H S L
Decimal 64 20 149 0.57 0.87 0 0.42 260.47 0.76 0.33
Hex 40 14 95 39 57 0 2A 104 4C 21
Octal 100 24 225 71 127 0 52 404 114 41
Binary 1000000 10100 10010101 111001 1010111 0 101010 100000100 1001100 100001

Color Harmonies of #401495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401495

Black with #401495

Text Example


Text Example

White with #401495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401495; }

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

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

background-color css

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

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

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

border-color css

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

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

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