#441675

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

Shades of Persian Indigo #441675

Tints of Persian Indigo #441675

Color information

#441675 (or 0x441675) is unknown color: approx Persian Indigo. HEX triplet: 44, 16 and 75. RGB value is (68,22,117). Sum of RGB (Red+Green+Blue) = 68+22+117=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #441675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441675 is #BBE98A. Grayscale: #2E2E2E. Windows color (decimal): -12315019 or 7673412. OLE color: 7673412.

HSL color Cylindrical-coordinate representation of color #441675: hue angle of 269.05º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441675 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6822117-
CMYK0.420.8100.54
HSL269.05º68.35%27.25%-
HSV(B)269.05º81.2%45.88%-
XYZ5.883.0917.12-
YUV46.58167.74143.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=32.85%
G=10.63%
B=56.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68221170.420.8100.54269.0568.3527.25
Hex4416752A5103610d441b
Octal104261655212106641510433
Binary100010010110111010110101010100010110110100001101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441675; }

 p { color: rgb(68,22,117); }

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

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

 a { background-color: rgb(68,22,117); }

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

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

 span { border-color: rgb(68,22,117); }

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