#44168D

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

Shades of Persian Indigo #44168D

Tints of Persian Indigo #44168D

Color information

#44168D (or 0x44168D) is unknown color: approx Persian Indigo. HEX triplet: 44, 16 and 8D. RGB value is (68,22,141). Sum of RGB (Red+Green+Blue) = 68+22+141=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #44168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44168D is #BBE972. Grayscale: #303030. Windows color (decimal): -12314995 or 9246276. OLE color: 9246276.

HSL color Cylindrical-coordinate representation of color #44168D: hue angle of 263.19º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44168D is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6822141-
CMYK0.520.8400.45
HSL263.19º73.01%31.96%-
HSV(B)263.19º84.4%55.29%-
XYZ7.483.7325.52-
YUV49.32179.74141.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 141 (55.47% from 255) = 61.04%
R=29.44%
G=9.52%
B=61.04%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68221410.520.8400.45263.1973.0131.96
Hex44168D345402D1074920
Octal104262156412405540711140
Binary10001001011010001101110100101010001011011000001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44168D; }

 p { color: rgb(68,22,141); }

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

<style>
 a { background-color: #44168D; }

 a { background-color: rgb(68,22,141); }

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

<style>
 span { border-color: #44168D; }

 span { border-color: rgb(68,22,141); }

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