Html Css Color HEX #440F98 Indigo

📋 copy color: '#440F98'

red 68 ◦ green 15 ◦ blue 152

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

Shades of Indigo #440F98

Tints of Indigo #440F98

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.38%

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

R = 28.94%
G = 6.38%
B = 64.68%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#440F98 (or 0x440F98) is known color: Indigo. HEX triplet: 44, 0F and 98. RGB value is (68,15,152). Sum of RGB (Red+Green+Blue) = 68+15+152=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #440F98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440F98 is #BBF067. Grayscale: #2D2D2D. Windows color (decimal): -12316776 or 9965380. OLE color: 9965380.

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

Color convert

RGB 68 15 152 -
CMYK 0.55 0.90 0 0.40
HSL 263.21º 0.82% 0.33% -
HSV(B) 263.21º 0.9% 0.6% -
XYZ 8.22 3.84 30.01 -
YUV 46.47 187.56 143.36 -
System Red Green Blue C M Y K H S L
Decimal 68 15 152 0.55 0.90 0 0.40 263.21 0.82 0.33
Hex 44 F 98 37 5A 0 28 107 52 21
Octal 104 17 230 67 132 0 50 407 122 41
Binary 1000100 1111 10011000 110111 1011010 0 101000 100000111 1010010 100001

Color Harmonies of #440F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440F98

Black with #440F98

Text Example


Text Example

White with #440F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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