Html Css Color HEX #441988 Persian Indigo

📋 copy color: '#441988'

red 68 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #441988

Tints of Persian Indigo #441988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 136 (53.52% from 255) = 59.39%

R = 29.69%
G = 10.92%
B = 59.39%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441988 (or 0x441988) is known color: Persian Indigo. HEX triplet: 44, 19 and 88. RGB value is (68,25,136). Sum of RGB (Red+Green+Blue) = 68+25+136=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #441988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441988 is #BBE677. Grayscale: #323232. Windows color (decimal): -12314232 or 8919364. OLE color: 8919364.

HSL color Cylindrical-coordinate representation of color #441988: hue angle of 263.24º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441988 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 25 136 -
CMYK 0.50 0.82 0 0.47
HSL 263.24º 0.69% 0.32% -
HSV(B) 263.24º 0.82% 0.53% -
XYZ 7.18 3.7 23.63 -
YUV 50.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 68 25 136 0.50 0.82 0 0.47 263.24 0.69 0.32
Hex 44 19 88 32 52 0 2F 107 45 20
Octal 104 31 210 62 122 0 57 407 105 40
Binary 1000100 11001 10001000 110010 1010010 0 101111 100000111 1000101 100000

Color Harmonies of #441988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441988

Black with #441988

Text Example


Text Example

White with #441988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441988; }

 p { color: rgb(68,25,136); }

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

background-color css

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

 a { background-color: rgb(68,25,136); }

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

border-color css

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

 span { border-color: rgb(68,25,136); }

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