#44138B

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

Shades of Persian Indigo #44138B

Tints of Persian Indigo #44138B

Color information

#44138B (or 0x44138B) is unknown color: approx Persian Indigo. HEX triplet: 44, 13 and 8B. RGB value is (68,19,139). Sum of RGB (Red+Green+Blue) = 68+19+139=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #44138B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44138B is #BBEC74. Grayscale: #2E2E2E. Windows color (decimal): -12315765 or 9114436. OLE color: 9114436.

HSL color Cylindrical-coordinate representation of color #44138B: hue angle of 264.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #44138B is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6819139-
CMYK0.510.8600.45
HSL264.5º75.95%30.98%-
HSV(B)264.5º86.33%54.51%-
XYZ7.283.5624.73-
YUV47.33179.73142.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.09%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 139 (54.69% from 255) = 61.50%
R=30.09%
G=8.41%
B=61.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68191390.510.8600.45264.575.9530.98
Hex44138B335602D1084c1f
Octal104232136312605541011437
Binary1000100100111000101111001110101100101101100001000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44138B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44138B; }

 p { color: rgb(68,19,139); }

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

<style>
 a { background-color: #44138B; }

 a { background-color: rgb(68,19,139); }

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

<style>
 span { border-color: #44138B; }

 span { border-color: rgb(68,19,139); }

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