Html Css Color HEX #440062 Indigo

📋 copy color: '#440062'

red 68 ◦ green 0 ◦ blue 98

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

Shades of Indigo #440062

Tints of Indigo #440062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 59.04%

R = 40.96%
G = 0%
B = 59.04%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440062 (or 0x440062) is known color: Indigo. HEX triplet: 44, 00 and 62. RGB value is (68,0,98). Sum of RGB (Red+Green+Blue) = 68+0+98=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 98 (38.67% from 255 or 59.04% from 166); Max value from RGB is 98 - color contains mainly: blue. Hex color #440062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440062 is #BBFF9D. Grayscale: #1F1F1F. Windows color (decimal): -12320670 or 6422596. OLE color: 6422596.

HSL color Cylindrical-coordinate representation of color #440062: hue angle of 281.63º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #440062 is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 0 98 -
CMYK 0.31 1 0 0.62
HSL 281.63º 1% 0.19% -
HSV(B) 281.63º 1% 0.38% -
XYZ 4.59 2.11 11.72 -
YUV 31.5 165.53 154.03 -
System Red Green Blue C M Y K H S L
Decimal 68 0 98 0.31 1 0 0.62 281.63 1 0.19
Hex 44 0 62 1F 64 0 3E 11A 64 13
Octal 104 0 142 37 144 0 76 432 144 23
Binary 1000100 0 1100010 11111 1100100 0 111110 100011010 1100100 10011

Color Harmonies of #440062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440062

Black with #440062

Text Example


Text Example

White with #440062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440062; }

 p { color: rgb(68,0,98); }

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

background-color css

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

 a { background-color: rgb(68,0,98); }

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

border-color css

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

 span { border-color: rgb(68,0,98); }

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