#44187F

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

Shades of Persian Indigo #44187F

Tints of Persian Indigo #44187F

Color information

#44187F (or 0x44187F) is unknown color: approx Persian Indigo. HEX triplet: 44, 18 and 7F. RGB value is (68,24,127). Sum of RGB (Red+Green+Blue) = 68+24+127=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #44187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44187F is #BBE780. Grayscale: #303030. Windows color (decimal): -12314497 or 8329284. OLE color: 8329284.

HSL color Cylindrical-coordinate representation of color #44187F: hue angle of 265.63º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44187F is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6824127-
CMYK0.460.8100.50
HSL265.63º68.21%29.61%-
HSV(B)265.63º81.1%49.8%-
XYZ6.543.4120.39-
YUV48.9172.08141.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 127 (50% from 255) = 57.99%
R=31.05%
G=10.96%
B=57.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68241270.460.8100.50265.6368.2129.61
Hex44187F2E5103210a441e
Octal104301775612106241210436
Binary100010011000111111110111010100010110010100001010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44187F; }

 p { color: rgb(68,24,127); }

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

<style>
 a { background-color: #44187F; }

 a { background-color: rgb(68,24,127); }

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

<style>
 span { border-color: #44187F; }

 span { border-color: rgb(68,24,127); }

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