Html Css Color HEX #441599 Persian Indigo

📋 copy color: '#441599'

red 68 ◦ green 21 ◦ blue 153

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

Shades of Persian Indigo #441599

Tints of Persian Indigo #441599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 28.1%
G = 8.68%
B = 63.22%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#441599 (or 0x441599) is known color: Persian Indigo. HEX triplet: 44, 15 and 99. RGB value is (68,21,153). Sum of RGB (Red+Green+Blue) = 68+21+153=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #441599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441599 is #BBEA66. Grayscale: #313131. Windows color (decimal): -12315239 or 10032452. OLE color: 10032452.

HSL color Cylindrical-coordinate representation of color #441599: hue angle of 261.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #441599 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 21 153 -
CMYK 0.56 0.86 0 0.4
HSL 261.36º 0.76% 0.34% -
HSV(B) 261.36º 0.86% 0.6% -
XYZ 8.4 4.07 30.48 -
YUV 50.1 186.07 140.77 -
System Red Green Blue C M Y K H S L
Decimal 68 21 153 0.56 0.86 0 0.4 261.36 0.76 0.34
Hex 44 15 99 38 56 0 28 105 4C 22
Octal 104 25 231 70 126 0 50 405 114 42
Binary 1000100 10101 10011001 111000 1010110 0 101000 100000101 1001100 100010

Color Harmonies of #441599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441599

Black with #441599

Text Example


Text Example

White with #441599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441599; }

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

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

background-color css

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

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

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

border-color css

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

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

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