Html Css Color HEX #441475 Persian Indigo

📋 copy color: '#441475'

red 68 ◦ green 20 ◦ blue 117

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

Shades of Persian Indigo #441475

Tints of Persian Indigo #441475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 33.17%
G = 9.76%
B = 57.07%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#441475 (or 0x441475) is known color: Persian Indigo. HEX triplet: 44, 14 and 75. RGB value is (68,20,117). Sum of RGB (Red+Green+Blue) = 68+20+117=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #441475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441475 is #BBEB8A. Grayscale: #2D2D2D. Windows color (decimal): -12315531 or 7672900. OLE color: 7672900.

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

Color convert

RGB 68 20 117 -
CMYK 0.42 0.83 0 0.54
HSL 269.69º 0.71% 0.27% -
HSV(B) 269.69º 0.83% 0.46% -
XYZ 5.84 3.01 17.1 -
YUV 45.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 68 20 117 0.42 0.83 0 0.54 269.69 0.71 0.27
Hex 44 14 75 2A 53 0 36 10E 47 1B
Octal 104 24 165 52 123 0 66 416 107 33
Binary 1000100 10100 1110101 101010 1010011 0 110110 100001110 1000111 11011

Color Harmonies of #441475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441475

Black with #441475

Text Example


Text Example

White with #441475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441475; }

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

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

background-color css

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

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

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

border-color css

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

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

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