Html Css Color HEX #441785 Persian Indigo

📋 copy color: '#441785'

red 68 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #441785

Tints of Persian Indigo #441785

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

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

R = 30.36%
G = 10.27%
B = 59.38%

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

#441785 (or 0x441785) is known color: Persian Indigo. HEX triplet: 44, 17 and 85. RGB value is (68,23,133). Sum of RGB (Red+Green+Blue) = 68+23+133=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #441785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441785 is #BBE87A. Grayscale: #303030. Windows color (decimal): -12314747 or 8722244. OLE color: 8722244.

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

Color convert

RGB 68 23 133 -
CMYK 0.49 0.83 0 0.48
HSL 264.55º 0.71% 0.31% -
HSV(B) 264.55º 0.83% 0.52% -
XYZ 6.92 3.54 22.51 -
YUV 49 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 68 23 133 0.49 0.83 0 0.48 264.55 0.71 0.31
Hex 44 17 85 31 53 0 30 109 47 1F
Octal 104 27 205 61 123 0 60 411 107 37
Binary 1000100 10111 10000101 110001 1010011 0 110000 100001001 1000111 11111

Color Harmonies of #441785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441785

Black with #441785

Text Example


Text Example

White with #441785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441785; }

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

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

background-color css

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

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

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

border-color css

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

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

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