#441A9B

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

Shades of Persian Indigo #441A9B

Tints of Persian Indigo #441A9B

Color information

#441A9B (or 0x441A9B) is unknown color: approx Persian Indigo. HEX triplet: 44, 1A and 9B. RGB value is (68,26,155). Sum of RGB (Red+Green+Blue) = 68+26+155=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #441A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441A9B is #BBE564. Grayscale: #343434. Windows color (decimal): -12313957 or 10164804. OLE color: 10164804.

HSL color Cylindrical-coordinate representation of color #441A9B: hue angle of 259.53º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441A9B is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6826155-
CMYK0.560.8300.39
HSL259.53º71.27%35.49%-
HSV(B)259.53º83.23%60.78%-
XYZ8.674.3331.39-
YUV53.26185.41138.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.31%
GREEN value IS 26 (10.55% from 255) = 10.44%
BLUE value IS 155 (60.94% from 255) = 62.25%
R=27.31%
G=10.44%
B=62.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68261550.560.8300.39259.5371.2735.49
Hex441A9B38530271044723
Octal104322337012304740410743
Binary10001001101010011011111000101001101001111000001001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,26,155); }

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

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

 a { background-color: rgb(68,26,155); }

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

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

 span { border-color: rgb(68,26,155); }

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