Html Css Color HEX #44018A Indigo

📋 copy color: '#44018A'

red 68 ◦ green 1 ◦ blue 138

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

Shades of Indigo #44018A

Tints of Indigo #44018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 66.67%

R = 32.85%
G = 0.48%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#44018A (or 0x44018A) is known color: Indigo. HEX triplet: 44, 01 and 8A. RGB value is (68,1,138). Sum of RGB (Red+Green+Blue) = 68+1+138=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #44018A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44018A is #BBFE75. Grayscale: #242424. Windows color (decimal): -12320374 or 9044292. OLE color: 9044292.

HSL color Cylindrical-coordinate representation of color #44018A: hue angle of 269.34º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44018A is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 1 138 -
CMYK 0.51 0.99 0 0.46
HSL 269.34º 0.99% 0.27% -
HSV(B) 269.34º 0.99% 0.54% -
XYZ 6.98 3.09 24.27 -
YUV 36.65 185.2 150.36 -
System Red Green Blue C M Y K H S L
Decimal 68 1 138 0.51 0.99 0 0.46 269.34 0.99 0.27
Hex 44 1 8A 33 63 0 2E 10D 63 1B
Octal 104 1 212 63 143 0 56 415 143 33
Binary 1000100 1 10001010 110011 1100011 0 101110 100001101 1100011 11011

Color Harmonies of #44018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44018A

Black with #44018A

Text Example


Text Example

White with #44018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44018A; }

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

 H1.HeaderClassName
 {
   color: #44018A;
 }
 .AnyTagClassName
 {
   color: #44018A;
 }
</style>

background-color css

<style>
 a { background-color: #44018A; }

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

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

border-color css

<style>
 span { border-color: #44018A; }

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

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