Html Css Color HEX #441598 Persian Indigo

📋 copy color: '#441598'

red 68 ◦ green 21 ◦ blue 152

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

Shades of Persian Indigo #441598

Tints of Persian Indigo #441598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.07%

R = 28.22%
G = 8.71%
B = 63.07%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#441598 (or 0x441598) is known color: Persian Indigo. HEX triplet: 44, 15 and 98. RGB value is (68,21,152). Sum of RGB (Red+Green+Blue) = 68+21+152=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #441598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441598 is #BBEA67. Grayscale: #313131. Windows color (decimal): -12315240 or 9966916. OLE color: 9966916.

HSL color Cylindrical-coordinate representation of color #441598: hue angle of 261.53º 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 #441598 is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 21 152 -
CMYK 0.55 0.86 0 0.40
HSL 261.53º 0.76% 0.34% -
HSV(B) 261.53º 0.86% 0.6% -
XYZ 8.32 4.03 30.05 -
YUV 49.99 185.57 140.85 -
System Red Green Blue C M Y K H S L
Decimal 68 21 152 0.55 0.86 0 0.40 261.53 0.76 0.34
Hex 44 15 98 37 56 0 28 106 4C 22
Octal 104 25 230 67 126 0 50 406 114 42
Binary 1000100 10101 10011000 110111 1010110 0 101000 100000110 1001100 100010

Color Harmonies of #441598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441598

Black with #441598

Text Example


Text Example

White with #441598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441598; }

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

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

background-color css

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

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

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

border-color css

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

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

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