Html Css Color HEX #401395 Persian Indigo

📋 copy color: '#401395'

red 64 ◦ green 19 ◦ blue 149

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

Shades of Persian Indigo #401395

Tints of Persian Indigo #401395

RGB

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

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

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

R = 27.59%
G = 8.19%
B = 64.22%

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

#401395 (or 0x401395) is known color: Persian Indigo. HEX triplet: 40, 13 and 95. RGB value is (64,19,149). Sum of RGB (Red+Green+Blue) = 64+19+149=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #401395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401395 is #BFEC6A. Grayscale: #2E2E2E. Windows color (decimal): -12577899 or 9769792. OLE color: 9769792.

HSL color Cylindrical-coordinate representation of color #401395: hue angle of 260.77º degrees, saturation: 0.77, 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 #401395 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 19 149 -
CMYK 0.57 0.87 0 0.42
HSL 260.77º 0.77% 0.33% -
HSV(B) 260.77º 0.87% 0.58% -
XYZ 7.77 3.73 28.74 -
YUV 47.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 64 19 149 0.57 0.87 0 0.42 260.77 0.77 0.33
Hex 40 13 95 39 57 0 2A 105 4D 21
Octal 100 23 225 71 127 0 52 405 115 41
Binary 1000000 10011 10010101 111001 1010111 0 101010 100000101 1001101 100001

Color Harmonies of #401395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401395

Black with #401395

Text Example


Text Example

White with #401395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401395; }

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

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

background-color css

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

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

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

border-color css

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

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

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