Html Css Color HEX #401595 Persian Indigo

📋 copy color: '#401595'

red 64 ◦ green 21 ◦ blue 149

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

Shades of Persian Indigo #401595

Tints of Persian Indigo #401595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.97%

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

R = 27.35%
G = 8.97%
B = 63.68%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401595 (or 0x401595) is known color: Persian Indigo. HEX triplet: 40, 15 and 95. RGB value is (64,21,149). Sum of RGB (Red+Green+Blue) = 64+21+149=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #401595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401595 is #BFEA6A. Grayscale: #2F2F2F. Windows color (decimal): -12577387 or 9770304. OLE color: 9770304.

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

Color convert

RGB 64 21 149 -
CMYK 0.57 0.86 0 0.42
HSL 260.16º 0.75% 0.33% -
HSV(B) 260.16º 0.86% 0.58% -
XYZ 7.81 3.8 28.76 -
YUV 48.45 184.75 139.09 -
System Red Green Blue C M Y K H S L
Decimal 64 21 149 0.57 0.86 0 0.42 260.16 0.75 0.33
Hex 40 15 95 39 56 0 2A 104 4B 21
Octal 100 25 225 71 126 0 52 404 113 41
Binary 1000000 10101 10010101 111001 1010110 0 101010 100000100 1001011 100001

Color Harmonies of #401595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401595

Black with #401595

Text Example


Text Example

White with #401595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401595; }

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

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

background-color css

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

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

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

border-color css

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

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

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