Html Css Color HEX #441982 Persian Indigo

📋 copy color: '#441982'

red 68 ◦ green 25 ◦ blue 130

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

Shades of Persian Indigo #441982

Tints of Persian Indigo #441982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

 BLUE value IS 130 (51.17% from 255) = 58.3%

R = 30.49%
G = 11.21%
B = 58.3%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441982 (or 0x441982) is known color: Persian Indigo. HEX triplet: 44, 19 and 82. RGB value is (68,25,130). Sum of RGB (Red+Green+Blue) = 68+25+130=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #441982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441982 is #BBE67D. Grayscale: #313131. Windows color (decimal): -12314238 or 8526148. OLE color: 8526148.

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

Color convert

RGB 68 25 130 -
CMYK 0.48 0.81 0 0.49
HSL 264.57º 0.68% 0.3% -
HSV(B) 264.57º 0.81% 0.51% -
XYZ 6.76 3.54 21.45 -
YUV 49.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 68 25 130 0.48 0.81 0 0.49 264.57 0.68 0.3
Hex 44 19 82 30 51 0 31 109 44 1E
Octal 104 31 202 60 121 0 61 411 104 36
Binary 1000100 11001 10000010 110000 1010001 0 110001 100001001 1000100 11110

Color Harmonies of #441982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441982

Black with #441982

Text Example


Text Example

White with #441982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441982; }

 p { color: rgb(68,25,130); }

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

background-color css

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

 a { background-color: rgb(68,25,130); }

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

border-color css

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

 span { border-color: rgb(68,25,130); }

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