#441885

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

Shades of Persian Indigo #441885

Tints of Persian Indigo #441885

Color information

#441885 (or 0x441885) is unknown color: approx Persian Indigo. HEX triplet: 44, 18 and 85. RGB value is (68,24,133). Sum of RGB (Red+Green+Blue) = 68+24+133=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #441885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441885 is #BBE77A. Grayscale: #313131. Windows color (decimal): -12314491 or 8722500. OLE color: 8722500.

HSL color Cylindrical-coordinate representation of color #441885: hue angle of 264.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441885 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6824133-
CMYK0.490.8200.48
HSL264.22º69.43%30.78%-
HSV(B)264.22º81.95%52.16%-
XYZ6.943.5822.51-
YUV49.58175.08141.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 24 (9.77% from 255) = 10.67%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=30.22%
G=10.67%
B=59.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68241330.490.8200.48264.2269.4330.78
Hex4418853152030108451f
Octal104302056112206041010537
Binary1000100110001000010111000110100100110000100001000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441885; }

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

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

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

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

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

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

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

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