Html Css Color HEX #441375 Persian Indigo

📋 copy color: '#441375'

red 68 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #441375

Tints of Persian Indigo #441375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.31%

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

R = 33.33%
G = 9.31%
B = 57.35%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#441375 (or 0x441375) is known color: Persian Indigo. HEX triplet: 44, 13 and 75. RGB value is (68,19,117). Sum of RGB (Red+Green+Blue) = 68+19+117=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #441375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441375 is #BBEC8A. Grayscale: #2C2C2C. Windows color (decimal): -12315787 or 7672644. OLE color: 7672644.

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

Color convert

RGB 68 19 117 -
CMYK 0.42 0.84 0 0.54
HSL 270º 0.72% 0.27% -
HSV(B) 270º 0.84% 0.46% -
XYZ 5.83 2.98 17.1 -
YUV 44.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 68 19 117 0.42 0.84 0 0.54 270 0.72 0.27
Hex 44 13 75 2A 54 0 36 10E 48 1B
Octal 104 23 165 52 124 0 66 416 110 33
Binary 1000100 10011 1110101 101010 1010100 0 110110 100001110 1001000 11011

Color Harmonies of #441375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441375

Black with #441375

Text Example


Text Example

White with #441375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441375; }

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

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

background-color css

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

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

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

border-color css

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

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

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