#44138A

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

Shades of Persian Indigo #44138A

Tints of Persian Indigo #44138A

Color information

#44138A (or 0x44138A) is unknown color: approx Persian Indigo. HEX triplet: 44, 13 and 8A. RGB value is (68,19,138). Sum of RGB (Red+Green+Blue) = 68+19+138=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #44138A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44138A is #BBEC75. Grayscale: #2E2E2E. Windows color (decimal): -12315766 or 9048900. OLE color: 9048900.

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

Color convert

RGB6819138-
CMYK0.510.8600.46
HSL264.71º75.8%30.78%-
HSV(B)264.71º86.23%54.12%-
XYZ7.23.5324.35-
YUV47.22179.23142.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 138 (54.30% from 255) = 61.33%
R=30.22%
G=8.44%
B=61.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68191380.510.8600.46264.7175.830.78
Hex44138A335602E1094c1f
Octal104232126312605641111437
Binary1000100100111000101011001110101100101110100001001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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