Html Css Color HEX #441794 Persian Indigo

📋 copy color: '#441794'

red 68 ◦ green 23 ◦ blue 148

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

Shades of Persian Indigo #441794

Tints of Persian Indigo #441794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

 BLUE value IS 148 (58.2% from 255) = 61.92%

R = 28.45%
G = 9.62%
B = 61.92%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441794 (or 0x441794) is known color: Persian Indigo. HEX triplet: 44, 17 and 94. RGB value is (68,23,148). Sum of RGB (Red+Green+Blue) = 68+23+148=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #441794 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441794 is #BBE86B. Grayscale: #323232. Windows color (decimal): -12314732 or 9705284. OLE color: 9705284.

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

Color convert

RGB 68 23 148 -
CMYK 0.54 0.84 0 0.42
HSL 261.6º 0.73% 0.34% -
HSV(B) 261.6º 0.84% 0.58% -
XYZ 8.04 3.98 28.36 -
YUV 50.71 182.91 140.34 -
System Red Green Blue C M Y K H S L
Decimal 68 23 148 0.54 0.84 0 0.42 261.6 0.73 0.34
Hex 44 17 94 36 54 0 2A 106 49 22
Octal 104 27 224 66 124 0 52 406 111 42
Binary 1000100 10111 10010100 110110 1010100 0 101010 100000110 1001001 100010

Color Harmonies of #441794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441794

Black with #441794

Text Example


Text Example

White with #441794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441794; }

 p { color: rgb(68,23,148); }

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

background-color css

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

 a { background-color: rgb(68,23,148); }

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

border-color css

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

 span { border-color: rgb(68,23,148); }

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