Html Css Color HEX #441885 Persian Indigo

📋 copy color: '#441885'

red 68 ◦ green 24 ◦ blue 133

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

Shades of Persian Indigo #441885

Tints of Persian Indigo #441885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 30.22%
G = 10.67%
B = 59.11%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#441885 (or 0x441885) is known color: Persian Indigo. HEX triplet: 44, 18 and 85. RGB value is (68,24,133). Sum of RGB (Red+Green+Blue) = 68+24+133=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #441885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441885 is #BBE77A. Grayscale: #313131. Windows color (decimal): -12314491 or 8722500. OLE color: 8722500.

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

Color convert

RGB 68 24 133 -
CMYK 0.49 0.82 0 0.48
HSL 264.22º 0.69% 0.31% -
HSV(B) 264.22º 0.82% 0.52% -
XYZ 6.94 3.58 22.51 -
YUV 49.58 175.08 141.14 -
System Red Green Blue C M Y K H S L
Decimal 68 24 133 0.49 0.82 0 0.48 264.22 0.69 0.31
Hex 44 18 85 31 52 0 30 108 45 1F
Octal 104 30 205 61 122 0 60 410 105 37
Binary 1000100 11000 10000101 110001 1010010 0 110000 100001000 1000101 11111

Color Harmonies of #441885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441885

Black with #441885

Text Example


Text Example

White with #441885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441885; }

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

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

background-color css

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

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

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

border-color css

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

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

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