Html Css Color HEX #440898 Indigo

📋 copy color: '#440898'

red 68 ◦ green 8 ◦ blue 152

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

Shades of Indigo #440898

Tints of Indigo #440898

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

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

R = 29.82%
G = 3.51%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#440898 (or 0x440898) is known color: Indigo. HEX triplet: 44, 08 and 98. RGB value is (68,8,152). Sum of RGB (Red+Green+Blue) = 68+8+152=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #440898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440898 is #BBF767. Grayscale: #292929. Windows color (decimal): -12318568 or 9963588. OLE color: 9963588.

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

Color convert

RGB 68 8 152 -
CMYK 0.55 0.95 0 0.40
HSL 265º 0.9% 0.31% -
HSV(B) 265º 0.95% 0.6% -
XYZ 8.14 3.67 29.99 -
YUV 42.36 189.88 146.29 -
System Red Green Blue C M Y K H S L
Decimal 68 8 152 0.55 0.95 0 0.40 265 0.9 0.31
Hex 44 8 98 37 5F 0 28 109 5A 1F
Octal 104 10 230 67 137 0 50 411 132 37
Binary 1000100 1000 10011000 110111 1011111 0 101000 100001001 1011010 11111

Color Harmonies of #440898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440898

Black with #440898

Text Example


Text Example

White with #440898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440898; }

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

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

background-color css

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

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

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

border-color css

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

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

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