Html Css Color HEX #401A95 Persian Indigo

📋 copy color: '#401A95'

red 64 ◦ green 26 ◦ blue 149

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

Shades of Persian Indigo #401A95

Tints of Persian Indigo #401A95

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

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

R = 26.78%
G = 10.88%
B = 62.34%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#401A95 (or 0x401A95) is known color: Persian Indigo. HEX triplet: 40, 1A and 95. RGB value is (64,26,149). Sum of RGB (Red+Green+Blue) = 64+26+149=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #401A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401A95 is #BFE56A. Grayscale: #323232. Windows color (decimal): -12576107 or 9771584. OLE color: 9771584.

HSL color Cylindrical-coordinate representation of color #401A95: hue angle of 258.54º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401A95 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 26 149 -
CMYK 0.57 0.83 0 0.42
HSL 258.54º 0.7% 0.34% -
HSV(B) 258.54º 0.83% 0.58% -
XYZ 7.91 4 28.79 -
YUV 51.38 183.09 137 -
System Red Green Blue C M Y K H S L
Decimal 64 26 149 0.57 0.83 0 0.42 258.54 0.7 0.34
Hex 40 1A 95 39 53 0 2A 103 46 22
Octal 100 32 225 71 123 0 52 403 106 42
Binary 1000000 11010 10010101 111001 1010011 0 101010 100000011 1000110 100010

Color Harmonies of #401A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A95

Black with #401A95

Text Example


Text Example

White with #401A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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