Html Css Color HEX #44027B Indigo

📋 copy color: '#44027B'

red 68 ◦ green 2 ◦ blue 123

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

Shades of Indigo #44027B

Tints of Indigo #44027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

 BLUE value IS 123 (48.44% from 255) = 63.73%

R = 35.23%
G = 1.04%
B = 63.73%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44027B (or 0x44027B) is known color: Indigo. HEX triplet: 44, 02 and 7B. RGB value is (68,2,123). Sum of RGB (Red+Green+Blue) = 68+2+123=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 123 (48.44% from 255 or 63.73% from 193); Max value from RGB is 123 - color contains mainly: blue. Hex color #44027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44027B is #BBFD84. Grayscale: #232323. Windows color (decimal): -12320133 or 8061508. OLE color: 8061508.

HSL color Cylindrical-coordinate representation of color #44027B: hue angle of 272.73º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #44027B is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 2 123 -
CMYK 0.45 0.98 0 0.52
HSL 272.73º 0.97% 0.25% -
HSV(B) 272.73º 0.98% 0.48% -
XYZ 5.98 2.7 18.95 -
YUV 35.53 177.37 151.16 -
System Red Green Blue C M Y K H S L
Decimal 68 2 123 0.45 0.98 0 0.52 272.73 0.97 0.25
Hex 44 2 7B 2D 62 0 34 111 61 19
Octal 104 2 173 55 142 0 64 421 141 31
Binary 1000100 10 1111011 101101 1100010 0 110100 100010001 1100001 11001

Color Harmonies of #44027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44027B

Black with #44027B

Text Example


Text Example

White with #44027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44027B; }

 p { color: rgb(68,2,123); }

 H1.HeaderClassName
 {
   color: #44027B;
 }
 .AnyTagClassName
 {
   color: #44027B;
 }
</style>

background-color css

<style>
 a { background-color: #44027B; }

 a { background-color: rgb(68,2,123); }

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

border-color css

<style>
 span { border-color: #44027B; }

 span { border-color: rgb(68,2,123); }

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