Html Css Color HEX #441896 Persian Indigo

📋 copy color: '#441896'

red 68 ◦ green 24 ◦ blue 150

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

Shades of Persian Indigo #441896

Tints of Persian Indigo #441896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 150 (58.98% from 255) = 61.98%

R = 28.1%
G = 9.92%
B = 61.98%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#441896 (or 0x441896) is known color: Persian Indigo. HEX triplet: 44, 18 and 96. RGB value is (68,24,150). Sum of RGB (Red+Green+Blue) = 68+24+150=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #441896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441896 is #BBE769. Grayscale: #333333. Windows color (decimal): -12314474 or 9836612. OLE color: 9836612.

HSL color Cylindrical-coordinate representation of color #441896: hue angle of 260.95º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #441896 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 24 150 -
CMYK 0.55 0.84 0 0.41
HSL 260.95º 0.72% 0.34% -
HSV(B) 260.95º 0.84% 0.59% -
XYZ 8.22 4.08 29.21 -
YUV 51.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 68 24 150 0.55 0.84 0 0.41 260.95 0.72 0.34
Hex 44 18 96 37 54 0 29 105 48 22
Octal 104 30 226 67 124 0 51 405 110 42
Binary 1000100 11000 10010110 110111 1010100 0 101001 100000101 1001000 100010

Color Harmonies of #441896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441896

Black with #441896

Text Example


Text Example

White with #441896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441896; }

 p { color: rgb(68,24,150); }

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

background-color css

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

 a { background-color: rgb(68,24,150); }

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

border-color css

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

 span { border-color: rgb(68,24,150); }

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