Html Css Color HEX #441482 Persian Indigo

📋 copy color: '#441482'

red 68 ◦ green 20 ◦ blue 130

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

Shades of Persian Indigo #441482

Tints of Persian Indigo #441482

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

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

R = 31.19%
G = 9.17%
B = 59.63%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441482 (or 0x441482) is known color: Persian Indigo. HEX triplet: 44, 14 and 82. RGB value is (68,20,130). Sum of RGB (Red+Green+Blue) = 68+20+130=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #441482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441482 is #BBEB7D. Grayscale: #2E2E2E. Windows color (decimal): -12315518 or 8524868. OLE color: 8524868.

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

Color convert

RGB 68 20 130 -
CMYK 0.48 0.85 0 0.49
HSL 266.18º 0.73% 0.29% -
HSV(B) 266.18º 0.85% 0.51% -
XYZ 6.66 3.34 21.41 -
YUV 46.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 68 20 130 0.48 0.85 0 0.49 266.18 0.73 0.29
Hex 44 14 82 30 55 0 31 10A 49 1D
Octal 104 24 202 60 125 0 61 412 111 35
Binary 1000100 10100 10000010 110000 1010101 0 110001 100001010 1001001 11101

Color Harmonies of #441482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441482

Black with #441482

Text Example


Text Example

White with #441482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441482; }

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

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

background-color css

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

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

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

border-color css

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

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

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