#401B92

Color #401B92 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #401B92

Tints of Persian Indigo #401B92

Color information

#401B92 (or 0x401B92) is unknown color: approx Persian Indigo. HEX triplet: 40, 1B and 92. RGB value is (64,27,146). Sum of RGB (Red+Green+Blue) = 64+27+146=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #401B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401B92 is #BFE46D. Grayscale: #333333. Windows color (decimal): -12575854 or 9575232. OLE color: 9575232.

HSL color Cylindrical-coordinate representation of color #401B92: hue angle of 258.66º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401B92 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6427146-
CMYK0.560.8200.43
HSL258.66º68.79%33.92%-
HSV(B)258.66º81.51%57.25%-
XYZ7.693.9527.55-
YUV51.63181.26136.82-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 27 (10.94% from 255) = 11.39%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=27.00%
G=11.39%
B=61.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64271460.560.8200.43258.6668.7933.92
Hex401B92385202B1034522
Octal100332227012205340310542
Binary10000001101110010010111000101001001010111000000111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,27,146); }

 H1.HeaderClassName
 {
   color: #401B92;
 }
 .AnyTagClassName
 {
   color: #401B92;
 }
</style>
background-color css

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

 a { background-color: rgb(64,27,146); }

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

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

 span { border-color: rgb(64,27,146); }

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