Html Css Color HEX #44029D Indigo

📋 copy color: '#44029D'

red 68 ◦ green 2 ◦ blue 157

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

Shades of Indigo #44029D

Tints of Indigo #44029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.16%

R = 29.96%
G = 0.88%
B = 69.16%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#44029D (or 0x44029D) is known color: Indigo. HEX triplet: 44, 02 and 9D. RGB value is (68,2,157). Sum of RGB (Red+Green+Blue) = 68+2+157=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #44029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44029D is #BBFD62. Grayscale: #262626. Windows color (decimal): -12320099 or 10289732. OLE color: 10289732.

HSL color Cylindrical-coordinate representation of color #44029D: hue angle of 265.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44029D is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 2 157 -
CMYK 0.57 0.99 0 0.38
HSL 265.55º 0.97% 0.31% -
HSV(B) 265.55º 0.99% 0.62% -
XYZ 8.49 3.71 32.17 -
YUV 39.4 194.37 148.4 -
System Red Green Blue C M Y K H S L
Decimal 68 2 157 0.57 0.99 0 0.38 265.55 0.97 0.31
Hex 44 2 9D 39 63 0 26 10A 61 1F
Octal 104 2 235 71 143 0 46 412 141 37
Binary 1000100 10 10011101 111001 1100011 0 100110 100001010 1100001 11111

Color Harmonies of #44029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44029D

Black with #44029D

Text Example


Text Example

White with #44029D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44029D; }

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

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

background-color css

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

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

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

border-color css

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

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

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