Html Css Color HEX #401A83 Persian Indigo

📋 copy color: '#401A83'

red 64 ◦ green 26 ◦ blue 131

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

Shades of Persian Indigo #401A83

Tints of Persian Indigo #401A83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.28%

R = 28.96%
G = 11.76%
B = 59.28%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#401A83 (or 0x401A83) is known color: Persian Indigo. HEX triplet: 40, 1A and 83. RGB value is (64,26,131). Sum of RGB (Red+Green+Blue) = 64+26+131=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #401A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401A83 is #BFE57C. Grayscale: #303030. Windows color (decimal): -12576125 or 8591936. OLE color: 8591936.

HSL color Cylindrical-coordinate representation of color #401A83: hue angle of 261.71º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401A83 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 26 131 -
CMYK 0.51 0.80 0 0.49
HSL 261.71º 0.67% 0.31% -
HSV(B) 261.71º 0.8% 0.51% -
XYZ 6.58 3.47 21.8 -
YUV 49.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 64 26 131 0.51 0.80 0 0.49 261.71 0.67 0.31
Hex 40 1A 83 33 50 0 31 106 43 1F
Octal 100 32 203 63 120 0 61 406 103 37
Binary 1000000 11010 10000011 110011 1010000 0 110001 100000110 1000011 11111

Color Harmonies of #401A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A83

Black with #401A83

Text Example


Text Example

White with #401A83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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