Html Css Color HEX #44038F Indigo

📋 copy color: '#44038F'

red 68 ◦ green 3 ◦ blue 143

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

Shades of Indigo #44038F

Tints of Indigo #44038F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

 BLUE value IS 143 (56.25% from 255) = 66.82%

R = 31.78%
G = 1.4%
B = 66.82%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44038F (or 0x44038F) is known color: Indigo. HEX triplet: 44, 03 and 8F. RGB value is (68,3,143). Sum of RGB (Red+Green+Blue) = 68+3+143=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 143 (56.25% from 255 or 66.82% from 214); Max value from RGB is 143 - color contains mainly: blue. Hex color #44038F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #44038F is #BBFC70. Grayscale: #252525. Windows color (decimal): -12319857 or 9372484. OLE color: 9372484.

HSL color Cylindrical-coordinate representation of color #44038F: hue angle of 267.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44038F is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 3 143 -
CMYK 0.52 0.98 0 0.44
HSL 267.86º 0.96% 0.29% -
HSV(B) 267.86º 0.98% 0.56% -
XYZ 7.37 3.28 26.23 -
YUV 38.4 187.03 149.12 -
System Red Green Blue C M Y K H S L
Decimal 68 3 143 0.52 0.98 0 0.44 267.86 0.96 0.29
Hex 44 3 8F 34 62 0 2C 10C 60 1D
Octal 104 3 217 64 142 0 54 414 140 35
Binary 1000100 11 10001111 110100 1100010 0 101100 100001100 1100000 11101

Color Harmonies of #44038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44038F

Black with #44038F

Text Example


Text Example

White with #44038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44038F; }

 p { color: rgb(68,3,143); }

 H1.HeaderClassName
 {
   color: #44038F;
 }
 .AnyTagClassName
 {
   color: #44038F;
 }
</style>

background-color css

<style>
 a { background-color: #44038F; }

 a { background-color: rgb(68,3,143); }

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

border-color css

<style>
 span { border-color: #44038F; }

 span { border-color: rgb(68,3,143); }

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