Html Css Color HEX #441281 Indigo

📋 copy color: '#441281'

red 68 ◦ green 18 ◦ blue 129

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

Shades of Indigo #441281

Tints of Indigo #441281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 60%

R = 31.63%
G = 8.37%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#441281 (or 0x441281) is known color: Indigo. HEX triplet: 44, 12 and 81. RGB value is (68,18,129). Sum of RGB (Red+Green+Blue) = 68+18+129=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #441281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441281 is #BBED7E. Grayscale: #2D2D2D. Windows color (decimal): -12316031 or 8458820. OLE color: 8458820.

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

Color convert

RGB 68 18 129 -
CMYK 0.47 0.86 0 0.49
HSL 267.03º 0.76% 0.29% -
HSV(B) 267.03º 0.86% 0.51% -
XYZ 6.56 3.25 21.05 -
YUV 45.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 68 18 129 0.47 0.86 0 0.49 267.03 0.76 0.29
Hex 44 12 81 2F 56 0 31 10B 4C 1D
Octal 104 22 201 57 126 0 61 413 114 35
Binary 1000100 10010 10000001 101111 1010110 0 110001 100001011 1001100 11101

Color Harmonies of #441281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441281

Black with #441281

Text Example


Text Example

White with #441281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441281; }

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

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

background-color css

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

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

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

border-color css

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

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

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