Html Css Color HEX #441378 Persian Indigo

📋 copy color: '#441378'

red 68 ◦ green 19 ◦ blue 120

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

Shades of Persian Indigo #441378

Tints of Persian Indigo #441378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.97%

R = 32.85%
G = 9.18%
B = 57.97%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#441378 (or 0x441378) is known color: Persian Indigo. HEX triplet: 44, 13 and 78. RGB value is (68,19,120). Sum of RGB (Red+Green+Blue) = 68+19+120=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #441378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441378 is #BBEC87. Grayscale: #2C2C2C. Windows color (decimal): -12315784 or 7869252. OLE color: 7869252.

HSL color Cylindrical-coordinate representation of color #441378: hue angle of 269.11º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441378 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 19 120 -
CMYK 0.43 0.84 0 0.53
HSL 269.11º 0.73% 0.27% -
HSV(B) 269.11º 0.84% 0.47% -
XYZ 6.01 3.05 18.04 -
YUV 45.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 68 19 120 0.43 0.84 0 0.53 269.11 0.73 0.27
Hex 44 13 78 2B 54 0 35 10D 49 1B
Octal 104 23 170 53 124 0 65 415 111 33
Binary 1000100 10011 1111000 101011 1010100 0 110101 100001101 1001001 11011

Color Harmonies of #441378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441378

Black with #441378

Text Example


Text Example

White with #441378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441378; }

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

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

background-color css

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

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

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

border-color css

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

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

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