Html Css Color HEX #441594 Persian Indigo

📋 copy color: '#441594'

red 68 ◦ green 21 ◦ blue 148

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

Shades of Persian Indigo #441594

Tints of Persian Indigo #441594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.86%

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

R = 28.69%
G = 8.86%
B = 62.45%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#441594 (or 0x441594) is known color: Persian Indigo. HEX triplet: 44, 15 and 94. RGB value is (68,21,148). Sum of RGB (Red+Green+Blue) = 68+21+148=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #441594 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441594 is #BBEA6B. Grayscale: #313131. Windows color (decimal): -12315244 or 9704772. OLE color: 9704772.

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

Color convert

RGB 68 21 148 -
CMYK 0.54 0.86 0 0.42
HSL 262.2º 0.75% 0.33% -
HSV(B) 262.2º 0.86% 0.58% -
XYZ 8 3.9 28.35 -
YUV 49.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 68 21 148 0.54 0.86 0 0.42 262.2 0.75 0.33
Hex 44 15 94 36 56 0 2A 106 4B 21
Octal 104 25 224 66 126 0 52 406 113 41
Binary 1000100 10101 10010100 110110 1010110 0 101010 100000110 1001011 100001

Color Harmonies of #441594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441594

Black with #441594

Text Example


Text Example

White with #441594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441594; }

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

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

background-color css

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

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

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

border-color css

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

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

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