Html Css Color HEX #441298 Indigo

📋 copy color: '#441298'

red 68 ◦ green 18 ◦ blue 152

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

Shades of Indigo #441298

Tints of Indigo #441298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 63.87%

R = 28.57%
G = 7.56%
B = 63.87%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#441298 (or 0x441298) is known color: Indigo. HEX triplet: 44, 12 and 98. RGB value is (68,18,152). Sum of RGB (Red+Green+Blue) = 68+18+152=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #441298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #441298 is #BBED67. Grayscale: #2F2F2F. Windows color (decimal): -12316008 or 9966148. OLE color: 9966148.

HSL color Cylindrical-coordinate representation of color #441298: hue angle of 262.39º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #441298 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 18 152 -
CMYK 0.55 0.88 0 0.40
HSL 262.39º 0.79% 0.33% -
HSV(B) 262.39º 0.88% 0.6% -
XYZ 8.27 3.93 30.03 -
YUV 48.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 68 18 152 0.55 0.88 0 0.40 262.39 0.79 0.33
Hex 44 12 98 37 58 0 28 106 4F 21
Octal 104 22 230 67 130 0 50 406 117 41
Binary 1000100 10010 10011000 110111 1011000 0 101000 100000110 1001111 100001

Color Harmonies of #441298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441298

Black with #441298

Text Example


Text Example

White with #441298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441298; }

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

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

background-color css

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

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

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

border-color css

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

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

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