#441B92

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

Shades of Persian Indigo #441B92

Tints of Persian Indigo #441B92

Color information

#441B92 (or 0x441B92) is unknown color: approx Persian Indigo. HEX triplet: 44, 1B and 92. RGB value is (68,27,146). Sum of RGB (Red+Green+Blue) = 68+27+146=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 146 (57.42% from 255 or 60.58% from 241); Max value from RGB is 146 - color contains mainly: blue. Hex color #441B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441B92 is #BBE46D. Grayscale: #343434. Windows color (decimal): -12313710 or 9575236. OLE color: 9575236.

HSL color Cylindrical-coordinate representation of color #441B92: hue angle of 260.67º 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 #441B92 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6827146-
CMYK0.530.8200.43
HSL260.67º68.79%33.92%-
HSV(B)260.67º81.51%57.25%-
XYZ7.964.0927.56-
YUV52.82180.58138.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 27 (10.94% from 255) = 11.20%
BLUE value IS 146 (57.42% from 255) = 60.58%
R=28.22%
G=11.20%
B=60.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68271460.530.8200.43260.6768.7933.92
Hex441B92355202B1054522
Octal104332226512205340510542
Binary10001001101110010010110101101001001010111000001011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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