#44157c

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

Shades of Persian Indigo #44157C

Tints of Persian Indigo #44157C

Color information

#44157C (or 0x44157C) is unknown color: approx Persian Indigo. HEX triplet: 44, 15 and 7C. RGB value is (68,21,124). Sum of RGB (Red+Green+Blue) = 68+21+124=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #44157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44157C is #BBEA83. Grayscale: #2E2E2E. Windows color (decimal): -12315268 or 8131908. OLE color: 8131908.

HSL color Cylindrical-coordinate representation of color #44157C: hue angle of 267.38º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44157C is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6821124-
CMYK0.450.8300.51
HSL267.38º71.03%28.43%-
HSV(B)267.38º83.06%48.63%-
XYZ6.293.2219.36-
YUV46.8171.57143.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 124 (48.83% from 255) = 58.22%
R=31.92%
G=9.86%
B=58.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68211240.450.8300.51267.3871.0328.43
Hex44157C2D5303310b471c
Octal104251745512306341310734
Binary100010010101111110010110110100110110011100001011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44157c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44157c; }

 p { color: rgb(68,21,124); }

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

<style>
 a { background-color: #44157c; }

 a { background-color: rgb(68,21,124); }

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

<style>
 span { border-color: #44157c; }

 span { border-color: rgb(68,21,124); }

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