Html Css Color HEX #441682 Persian Indigo

📋 copy color: '#441682'

red 68 ◦ green 22 ◦ blue 130

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

Shades of Persian Indigo #441682

Tints of Persian Indigo #441682

RGB

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

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

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

R = 30.91%
G = 10%
B = 59.09%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441682 (or 0x441682) is known color: Persian Indigo. HEX triplet: 44, 16 and 82. RGB value is (68,22,130). Sum of RGB (Red+Green+Blue) = 68+22+130=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #441682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441682 is #BBE97D. Grayscale: #2F2F2F. Windows color (decimal): -12315006 or 8525380. OLE color: 8525380.

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

Color convert

RGB 68 22 130 -
CMYK 0.48 0.83 0 0.49
HSL 265.56º 0.71% 0.3% -
HSV(B) 265.56º 0.83% 0.51% -
XYZ 6.7 3.41 21.43 -
YUV 48.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 68 22 130 0.48 0.83 0 0.49 265.56 0.71 0.3
Hex 44 16 82 30 53 0 31 10A 47 1E
Octal 104 26 202 60 123 0 61 412 107 36
Binary 1000100 10110 10000010 110000 1010011 0 110001 100001010 1000111 11110

Color Harmonies of #441682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441682

Black with #441682

Text Example


Text Example

White with #441682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441682; }

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

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

background-color css

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

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

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

border-color css

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

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

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