Html Css Color HEX #44045C Indigo

📋 copy color: '#44045C'

red 68 ◦ green 4 ◦ blue 92

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

Shades of Indigo #44045C

Tints of Indigo #44045C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.44%

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

R = 41.46%
G = 2.44%
B = 56.1%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#44045C (or 0x44045C) is known color: Indigo. HEX triplet: 44, 04 and 5C. RGB value is (68,4,92). Sum of RGB (Red+Green+Blue) = 68+4+92=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 92 (36.33% from 255 or 56.10% from 164); Max value from RGB is 92 - color contains mainly: blue. Hex color #44045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44045C is #BBFBA3. Grayscale: #202020. Windows color (decimal): -12319652 or 6030404. OLE color: 6030404.

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

Color convert

RGB 68 4 92 -
CMYK 0.26 0.96 0 0.64
HSL 283.64º 0.92% 0.19% -
HSV(B) 283.64º 0.96% 0.36% -
XYZ 4.36 2.09 10.3 -
YUV 33.17 161.2 152.84 -
System Red Green Blue C M Y K H S L
Decimal 68 4 92 0.26 0.96 0 0.64 283.64 0.92 0.19
Hex 44 4 5C 1A 60 0 40 11C 5C 13
Octal 104 4 134 32 140 0 100 434 134 23
Binary 1000100 100 1011100 11010 1100000 0 1000000 100011100 1011100 10011

Color Harmonies of #44045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44045C

Black with #44045C

Text Example


Text Example

White with #44045C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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