Html Css Color HEX #441883 Persian Indigo

📋 copy color: '#441883'

red 68 ◦ green 24 ◦ blue 131

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

Shades of Persian Indigo #441883

Tints of Persian Indigo #441883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 30.49%
G = 10.76%
B = 58.74%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441883 (or 0x441883) is known color: Persian Indigo. HEX triplet: 44, 18 and 83. RGB value is (68,24,131). Sum of RGB (Red+Green+Blue) = 68+24+131=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #441883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441883 is #BBE77C. Grayscale: #303030. Windows color (decimal): -12314493 or 8591428. OLE color: 8591428.

HSL color Cylindrical-coordinate representation of color #441883: hue angle of 264.67º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #441883 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 24 131 -
CMYK 0.48 0.82 0 0.49
HSL 264.67º 0.69% 0.3% -
HSV(B) 264.67º 0.82% 0.51% -
XYZ 6.81 3.52 21.79 -
YUV 49.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 68 24 131 0.48 0.82 0 0.49 264.67 0.69 0.3
Hex 44 18 83 30 52 0 31 109 45 1E
Octal 104 30 203 60 122 0 61 411 105 36
Binary 1000100 11000 10000011 110000 1010010 0 110001 100001001 1000101 11110

Color Harmonies of #441883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441883

Black with #441883

Text Example


Text Example

White with #441883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441883; }

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

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

background-color css

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

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

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

border-color css

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

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

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