Html Css Color HEX #440462 Indigo

📋 copy color: '#440462'

red 68 ◦ green 4 ◦ blue 98

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

Shades of Indigo #440462

Tints of Indigo #440462

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 40%
G = 2.35%
B = 57.65%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#440462 (or 0x440462) is known color: Indigo. HEX triplet: 44, 04 and 62. RGB value is (68,4,98). Sum of RGB (Red+Green+Blue) = 68+4+98=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #440462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440462 is #BBFB9D. Grayscale: #212121. Windows color (decimal): -12319646 or 6423620. OLE color: 6423620.

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

Color convert

RGB 68 4 98 -
CMYK 0.31 0.96 0 0.62
HSL 280.85º 0.92% 0.2% -
HSV(B) 280.85º 0.96% 0.38% -
XYZ 4.63 2.2 11.74 -
YUV 33.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 68 4 98 0.31 0.96 0 0.62 280.85 0.92 0.2
Hex 44 4 62 1F 60 0 3E 119 5C 14
Octal 104 4 142 37 140 0 76 431 134 24
Binary 1000100 100 1100010 11111 1100000 0 111110 100011001 1011100 10100

Color Harmonies of #440462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440462

Black with #440462

Text Example


Text Example

White with #440462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440462; }

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

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

background-color css

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

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

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

border-color css

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

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

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