#44157E

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

Shades of Persian Indigo #44157E

Tints of Persian Indigo #44157E

Color information

#44157E (or 0x44157E) is unknown color: approx Persian Indigo. HEX triplet: 44, 15 and 7E. RGB value is (68,21,126). Sum of RGB (Red+Green+Blue) = 68+21+126=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 126 (49.61% from 255 or 58.60% from 215); Max value from RGB is 126 - color contains mainly: blue. Hex color #44157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44157E is #BBEA81. Grayscale: #2E2E2E. Windows color (decimal): -12315266 or 8262980. OLE color: 8262980.

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

Color convert

RGB6821126-
CMYK0.460.8300.51
HSL266.86º71.43%28.82%-
HSV(B)266.86º83.33%49.41%-
XYZ6.423.2720.03-
YUV47.02172.57142.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 21 (8.59% from 255) = 9.77%
BLUE value IS 126 (49.61% from 255) = 58.60%
R=31.63%
G=9.77%
B=58.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68211260.460.8300.51266.8671.4328.82
Hex44157E2E5303310b471d
Octal104251765612306341310735
Binary100010010101111111010111010100110110011100001011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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