Html Css Color HEX #440B62 Indigo

📋 copy color: '#440B62'

red 68 ◦ green 11 ◦ blue 98

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

Shades of Indigo #440B62

Tints of Indigo #440B62

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.21%

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

R = 38.42%
G = 6.21%
B = 55.37%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440B62 (or 0x440B62) is known color: Indigo. HEX triplet: 44, 0B and 62. RGB value is (68,11,98). Sum of RGB (Red+Green+Blue) = 68+11+98=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 98 (38.67% from 255 or 55.37% from 177); Max value from RGB is 98 - color contains mainly: blue. Hex color #440B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440B62 is #BBF49D. Grayscale: #252525. Windows color (decimal): -12317854 or 6425412. OLE color: 6425412.

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

Color convert

RGB 68 11 98 -
CMYK 0.31 0.89 0 0.62
HSL 279.31º 0.8% 0.21% -
HSV(B) 279.31º 0.89% 0.38% -
XYZ 4.71 2.35 11.76 -
YUV 37.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 68 11 98 0.31 0.89 0 0.62 279.31 0.8 0.21
Hex 44 B 62 1F 59 0 3E 117 50 15
Octal 104 13 142 37 131 0 76 427 120 25
Binary 1000100 1011 1100010 11111 1011001 0 111110 100010111 1010000 10101

Color Harmonies of #440B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440B62

Black with #440B62

Text Example


Text Example

White with #440B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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