Html Css Color HEX #44017C Indigo

📋 copy color: '#44017C'

red 68 ◦ green 1 ◦ blue 124

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

Shades of Indigo #44017C

Tints of Indigo #44017C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 124 (48.83% from 255) = 64.25%

R = 35.23%
G = 0.52%
B = 64.25%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44017C (or 0x44017C) is known color: Indigo. HEX triplet: 44, 01 and 7C. RGB value is (68,1,124). Sum of RGB (Red+Green+Blue) = 68+1+124=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 124 (48.83% from 255 or 64.25% from 193); Max value from RGB is 124 - color contains mainly: blue. Hex color #44017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44017C is #BBFE83. Grayscale: #222222. Windows color (decimal): -12320388 or 8126788. OLE color: 8126788.

HSL color Cylindrical-coordinate representation of color #44017C: hue angle of 272.68º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44017C is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 1 124 -
CMYK 0.45 0.99 0 0.51
HSL 272.68º 0.98% 0.25% -
HSV(B) 272.68º 0.99% 0.49% -
XYZ 6.03 2.71 19.27 -
YUV 35.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 68 1 124 0.45 0.99 0 0.51 272.68 0.98 0.25
Hex 44 1 7C 2D 63 0 33 111 62 19
Octal 104 1 174 55 143 0 63 421 142 31
Binary 1000100 1 1111100 101101 1100011 0 110011 100010001 1100010 11001

Color Harmonies of #44017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44017C

Black with #44017C

Text Example


Text Example

White with #44017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,1,124); }

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

background-color css

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

 a { background-color: rgb(68,1,124); }

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

border-color css

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

 span { border-color: rgb(68,1,124); }

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