Html Css Color HEX #441694 Persian Indigo

📋 copy color: '#441694'

red 68 ◦ green 22 ◦ blue 148

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

Shades of Persian Indigo #441694

Tints of Persian Indigo #441694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.24%

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

R = 28.57%
G = 9.24%
B = 62.18%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441694 (or 0x441694) is known color: Persian Indigo. HEX triplet: 44, 16 and 94. RGB value is (68,22,148). Sum of RGB (Red+Green+Blue) = 68+22+148=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #441694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441694 is #BBE96B. Grayscale: #313131. Windows color (decimal): -12314988 or 9705028. OLE color: 9705028.

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

Color convert

RGB 68 22 148 -
CMYK 0.54 0.85 0 0.42
HSL 261.9º 0.74% 0.33% -
HSV(B) 261.9º 0.85% 0.58% -
XYZ 8.02 3.94 28.36 -
YUV 50.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 68 22 148 0.54 0.85 0 0.42 261.9 0.74 0.33
Hex 44 16 94 36 55 0 2A 106 4A 21
Octal 104 26 224 66 125 0 52 406 112 41
Binary 1000100 10110 10010100 110110 1010101 0 101010 100000110 1001010 100001

Color Harmonies of #441694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441694

Black with #441694

Text Example


Text Example

White with #441694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441694; }

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

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

background-color css

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

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

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

border-color css

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

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

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