Html Css Color HEX #44029C Indigo

📋 copy color: '#44029C'

red 68 ◦ green 2 ◦ blue 156

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

Shades of Indigo #44029C

Tints of Indigo #44029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 69.03%

R = 30.09%
G = 0.88%
B = 69.03%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#44029C (or 0x44029C) is known color: Indigo. HEX triplet: 44, 02 and 9C. RGB value is (68,2,156). Sum of RGB (Red+Green+Blue) = 68+2+156=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 156 (61.33% from 255 or 69.03% from 226); Max value from RGB is 156 - color contains mainly: blue. Hex color #44029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44029C is #BBFD63. Grayscale: #262626. Windows color (decimal): -12320100 or 10224196. OLE color: 10224196.

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

Color convert

RGB 68 2 156 -
CMYK 0.56 0.99 0 0.39
HSL 265.71º 0.97% 0.31% -
HSV(B) 265.71º 0.99% 0.61% -
XYZ 8.41 3.67 31.72 -
YUV 39.29 193.87 148.48 -
System Red Green Blue C M Y K H S L
Decimal 68 2 156 0.56 0.99 0 0.39 265.71 0.97 0.31
Hex 44 2 9C 38 63 0 27 10A 61 1F
Octal 104 2 234 70 143 0 47 412 141 37
Binary 1000100 10 10011100 111000 1100011 0 100111 100001010 1100001 11111

Color Harmonies of #44029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44029C

Black with #44029C

Text Example


Text Example

White with #44029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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