Html Css Color HEX #44025A Indigo

📋 copy color: '#44025A'

red 68 ◦ green 2 ◦ blue 90

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

Shades of Indigo #44025A

Tints of Indigo #44025A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 42.5%
G = 1.25%
B = 56.25%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#44025A (or 0x44025A) is known color: Indigo. HEX triplet: 44, 02 and 5A. RGB value is (68,2,90). Sum of RGB (Red+Green+Blue) = 68+2+90=160 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #44025A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44025A is #BBFDA5. Grayscale: #1F1F1F. Windows color (decimal): -12320166 or 5898820. OLE color: 5898820.

HSL color Cylindrical-coordinate representation of color #44025A: hue angle of 285º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44025A is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 2 90 -
CMYK 0.24 0.98 0 0.65
HSL 285º 0.96% 0.18% -
HSV(B) 285º 0.98% 0.35% -
XYZ 4.25 2.01 9.84 -
YUV 31.77 160.87 153.84 -
System Red Green Blue C M Y K H S L
Decimal 68 2 90 0.24 0.98 0 0.65 285 0.96 0.18
Hex 44 2 5A 18 62 0 41 11D 60 12
Octal 104 2 132 30 142 0 101 435 140 22
Binary 1000100 10 1011010 11000 1100010 0 1000001 100011101 1100000 10010

Color Harmonies of #44025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44025A

Black with #44025A

Text Example


Text Example

White with #44025A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44025A; }

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

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

background-color css

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

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

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

border-color css

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

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

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