Html Css Color HEX #44015C Indigo

📋 copy color: '#44015C'

red 68 ◦ green 1 ◦ blue 92

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

Shades of Indigo #44015C

Tints of Indigo #44015C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 57.14%

R = 42.24%
G = 0.62%
B = 57.14%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44015C (or 0x44015C) is known color: Indigo. HEX triplet: 44, 01 and 5C. RGB value is (68,1,92). Sum of RGB (Red+Green+Blue) = 68+1+92=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #44015C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44015C is #BBFEA3. Grayscale: #1F1F1F. Windows color (decimal): -12320420 or 6029636. OLE color: 6029636.

HSL color Cylindrical-coordinate representation of color #44015C: hue angle of 284.18º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44015C is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 1 92 -
CMYK 0.26 0.99 0 0.64
HSL 284.18º 0.98% 0.18% -
HSV(B) 284.18º 0.99% 0.36% -
XYZ 4.33 2.02 10.29 -
YUV 31.41 162.2 154.1 -
System Red Green Blue C M Y K H S L
Decimal 68 1 92 0.26 0.99 0 0.64 284.18 0.98 0.18
Hex 44 1 5C 1A 63 0 40 11C 62 12
Octal 104 1 134 32 143 0 100 434 142 22
Binary 1000100 1 1011100 11010 1100011 0 1000000 100011100 1100010 10010

Color Harmonies of #44015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44015C

Black with #44015C

Text Example


Text Example

White with #44015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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