Html Css Color HEX #441474 Persian Indigo

📋 copy color: '#441474'

red 68 ◦ green 20 ◦ blue 116

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

Shades of Persian Indigo #441474

Tints of Persian Indigo #441474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 33.33%
G = 9.8%
B = 56.86%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#441474 (or 0x441474) is known color: Persian Indigo. HEX triplet: 44, 14 and 74. RGB value is (68,20,116). Sum of RGB (Red+Green+Blue) = 68+20+116=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #441474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441474 is #BBEB8B. Grayscale: #2C2C2C. Windows color (decimal): -12315532 or 7607364. OLE color: 7607364.

HSL color Cylindrical-coordinate representation of color #441474: hue angle of 270º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #441474 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 20 116 -
CMYK 0.41 0.83 0 0.55
HSL 270º 0.71% 0.27% -
HSV(B) 270º 0.83% 0.45% -
XYZ 5.79 2.99 16.8 -
YUV 45.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 68 20 116 0.41 0.83 0 0.55 270 0.71 0.27
Hex 44 14 74 29 53 0 37 10E 47 1B
Octal 104 24 164 51 123 0 67 416 107 33
Binary 1000100 10100 1110100 101001 1010011 0 110111 100001110 1000111 11011

Color Harmonies of #441474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441474

Black with #441474

Text Example


Text Example

White with #441474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441474; }

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

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

background-color css

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

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

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

border-color css

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

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

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