Html Css Color HEX #440292 Indigo

📋 copy color: '#440292'

red 68 ◦ green 2 ◦ blue 146

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

Shades of Indigo #440292

Tints of Indigo #440292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 146 (57.42% from 255) = 67.59%

R = 31.48%
G = 0.93%
B = 67.59%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#440292 (or 0x440292) is known color: Indigo. HEX triplet: 44, 02 and 92. RGB value is (68,2,146). Sum of RGB (Red+Green+Blue) = 68+2+146=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #440292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440292 is #BBFD6D. Grayscale: #252525. Windows color (decimal): -12320110 or 9568836. OLE color: 9568836.

HSL color Cylindrical-coordinate representation of color #440292: hue angle of 267.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440292 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 2 146 -
CMYK 0.53 0.99 0 0.43
HSL 267.5º 0.97% 0.29% -
HSV(B) 267.5º 0.99% 0.57% -
XYZ 7.59 3.35 27.44 -
YUV 38.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 68 2 146 0.53 0.99 0 0.43 267.5 0.97 0.29
Hex 44 2 92 35 63 0 2B 10C 61 1D
Octal 104 2 222 65 143 0 53 414 141 35
Binary 1000100 10 10010010 110101 1100011 0 101011 100001100 1100001 11101

Color Harmonies of #440292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440292

Black with #440292

Text Example


Text Example

White with #440292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440292; }

 p { color: rgb(68,2,146); }

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

background-color css

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

 a { background-color: rgb(68,2,146); }

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

border-color css

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

 span { border-color: rgb(68,2,146); }

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