Html Css Color HEX #441285 Indigo

📋 copy color: '#441285'

red 68 ◦ green 18 ◦ blue 133

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

Shades of Indigo #441285

Tints of Indigo #441285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 31.05%
G = 8.22%
B = 60.73%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#441285 (or 0x441285) is known color: Indigo. HEX triplet: 44, 12 and 85. RGB value is (68,18,133). Sum of RGB (Red+Green+Blue) = 68+18+133=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #441285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441285 is #BBED7A. Grayscale: #2D2D2D. Windows color (decimal): -12316027 or 8720964. OLE color: 8720964.

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

Color convert

RGB 68 18 133 -
CMYK 0.49 0.86 0 0.48
HSL 266.09º 0.76% 0.3% -
HSV(B) 266.09º 0.86% 0.52% -
XYZ 6.83 3.36 22.48 -
YUV 46.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 68 18 133 0.49 0.86 0 0.48 266.09 0.76 0.3
Hex 44 12 85 31 56 0 30 10A 4C 1E
Octal 104 22 205 61 126 0 60 412 114 36
Binary 1000100 10010 10000101 110001 1010110 0 110000 100001010 1001100 11110

Color Harmonies of #441285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441285

Black with #441285

Text Example


Text Example

White with #441285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441285; }

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

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

background-color css

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

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

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

border-color css

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

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

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