Html Css Color HEX #441287 Indigo

📋 copy color: '#441287'

red 68 ◦ green 18 ◦ blue 135

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

Shades of Indigo #441287

Tints of Indigo #441287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 30.77%
G = 8.14%
B = 61.09%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#441287 (or 0x441287) is known color: Indigo. HEX triplet: 44, 12 and 87. RGB value is (68,18,135). Sum of RGB (Red+Green+Blue) = 68+18+135=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #441287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441287 is #BBED78. Grayscale: #2D2D2D. Windows color (decimal): -12316025 or 8852036. OLE color: 8852036.

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

Color convert

RGB 68 18 135 -
CMYK 0.50 0.87 0 0.47
HSL 265.64º 0.76% 0.3% -
HSV(B) 265.64º 0.87% 0.53% -
XYZ 6.97 3.41 23.21 -
YUV 46.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 68 18 135 0.50 0.87 0 0.47 265.64 0.76 0.3
Hex 44 12 87 32 57 0 2F 10A 4C 1E
Octal 104 22 207 62 127 0 57 412 114 36
Binary 1000100 10010 10000111 110010 1010111 0 101111 100001010 1001100 11110

Color Harmonies of #441287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441287

Black with #441287

Text Example


Text Example

White with #441287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441287; }

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

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

background-color css

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

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

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

border-color css

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

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

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