Html Css Color HEX #401A96 Persian Indigo

📋 copy color: '#401A96'

red 64 ◦ green 26 ◦ blue 150

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

Shades of Persian Indigo #401A96

Tints of Persian Indigo #401A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 62.5%

R = 26.67%
G = 10.83%
B = 62.5%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#401A96 (or 0x401A96) is known color: Persian Indigo. HEX triplet: 40, 1A and 96. RGB value is (64,26,150). Sum of RGB (Red+Green+Blue) = 64+26+150=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #401A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401A96 is #BFE569. Grayscale: #333333. Windows color (decimal): -12576106 or 9837120. OLE color: 9837120.

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

Color convert

RGB 64 26 150 -
CMYK 0.57 0.83 0 0.41
HSL 258.39º 0.7% 0.35% -
HSV(B) 258.39º 0.83% 0.59% -
XYZ 7.99 4.03 29.21 -
YUV 51.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 64 26 150 0.57 0.83 0 0.41 258.39 0.7 0.35
Hex 40 1A 96 39 53 0 29 102 46 23
Octal 100 32 226 71 123 0 51 402 106 43
Binary 1000000 11010 10010110 111001 1010011 0 101001 100000010 1000110 100011

Color Harmonies of #401A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A96

Black with #401A96

Text Example


Text Example

White with #401A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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