Html Css Color HEX #401A9E Persian Indigo

📋 copy color: '#401A9E'

red 64 ◦ green 26 ◦ blue 158

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

Shades of Persian Indigo #401A9E

Tints of Persian Indigo #401A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.71%

R = 25.81%
G = 10.48%
B = 63.71%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#401A9E (or 0x401A9E) is known color: Persian Indigo. HEX triplet: 40, 1A and 9E. RGB value is (64,26,158). Sum of RGB (Red+Green+Blue) = 64+26+158=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #401A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401A9E is #BFE561. Grayscale: #333333. Windows color (decimal): -12576098 or 10361408. OLE color: 10361408.

HSL color Cylindrical-coordinate representation of color #401A9E: hue angle of 257.27º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401A9E is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 26 158 -
CMYK 0.59 0.84 0 0.38
HSL 257.27º 0.72% 0.36% -
HSV(B) 257.27º 0.84% 0.62% -
XYZ 8.66 4.3 32.72 -
YUV 52.41 187.59 136.27 -
System Red Green Blue C M Y K H S L
Decimal 64 26 158 0.59 0.84 0 0.38 257.27 0.72 0.36
Hex 40 1A 9E 3B 54 0 26 101 48 24
Octal 100 32 236 73 124 0 46 401 110 44
Binary 1000000 11010 10011110 111011 1010100 0 100110 100000001 1001000 100100

Color Harmonies of #401A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A9E

Black with #401A9E

Text Example


Text Example

White with #401A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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