Html Css Color HEX #441685 Persian Indigo

📋 copy color: '#441685'

red 68 ◦ green 22 ◦ blue 133

#441685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #441685

Tints of Persian Indigo #441685

RGB

 RED value IS 68 (26.95% from 255) = 30.49%

 GREEN value IS 22 (8.98% from 255) = 9.87%

 BLUE value IS 133 (52.34% from 255) = 59.64%

R = 30.49%
G = 9.87%
B = 59.64%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#441685 (or 0x441685) is known color: Persian Indigo. HEX triplet: 44, 16 and 85. RGB value is (68,22,133). Sum of RGB (Red+Green+Blue) = 68+22+133=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #441685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441685 is #BBE97A. Grayscale: #303030. Windows color (decimal): -12315003 or 8721988. OLE color: 8721988.

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

Color convert

RGB 68 22 133 -
CMYK 0.49 0.83 0 0.48
HSL 264.86º 0.72% 0.3% -
HSV(B) 264.86º 0.83% 0.52% -
XYZ 6.9 3.5 22.5 -
YUV 48.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 68 22 133 0.49 0.83 0 0.48 264.86 0.72 0.3
Hex 44 16 85 31 53 0 30 109 48 1E
Octal 104 26 205 61 123 0 60 411 110 36
Binary 1000100 10110 10000101 110001 1010011 0 110000 100001001 1001000 11110

Color Harmonies of #441685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441685

Black with #441685

Text Example


Text Example

White with #441685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441685; }

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

 H1.HeaderClassName
 {
   color: #441685;
 }
 .AnyTagClassName
 {
   color: #441685;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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