Html Css Color HEX #440698 Indigo

📋 copy color: '#440698'

red 68 ◦ green 6 ◦ blue 152

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

Shades of Indigo #440698

Tints of Indigo #440698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.65%

 BLUE value IS 152 (59.77% from 255) = 67.26%

R = 30.09%
G = 2.65%
B = 67.26%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#440698 (or 0x440698) is known color: Indigo. HEX triplet: 44, 06 and 98. RGB value is (68,6,152). Sum of RGB (Red+Green+Blue) = 68+6+152=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #440698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440698 is #BBF967. Grayscale: #282828. Windows color (decimal): -12319080 or 9963076. OLE color: 9963076.

HSL color Cylindrical-coordinate representation of color #440698: hue angle of 265.48º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440698 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 6 152 -
CMYK 0.55 0.96 0 0.40
HSL 265.48º 0.92% 0.31% -
HSV(B) 265.48º 0.96% 0.6% -
XYZ 8.12 3.63 29.98 -
YUV 41.18 190.54 147.13 -
System Red Green Blue C M Y K H S L
Decimal 68 6 152 0.55 0.96 0 0.40 265.48 0.92 0.31
Hex 44 6 98 37 60 0 28 109 5C 1F
Octal 104 6 230 67 140 0 50 411 134 37
Binary 1000100 110 10011000 110111 1100000 0 101000 100001001 1011100 11111

Color Harmonies of #440698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440698

Black with #440698

Text Example


Text Example

White with #440698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440698; }

 p { color: rgb(68,6,152); }

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

background-color css

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

 a { background-color: rgb(68,6,152); }

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

border-color css

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

 span { border-color: rgb(68,6,152); }

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