Html Css Color HEX #440287 Indigo

📋 copy color: '#440287'

red 68 ◦ green 2 ◦ blue 135

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

Shades of Indigo #440287

Tints of Indigo #440287

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

 BLUE value IS 135 (53.13% from 255) = 65.85%

R = 33.17%
G = 0.98%
B = 65.85%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#440287 (or 0x440287) is known color: Indigo. HEX triplet: 44, 02 and 87. RGB value is (68,2,135). Sum of RGB (Red+Green+Blue) = 68+2+135=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 135 (53.12% from 255 or 65.85% from 205); Max value from RGB is 135 - color contains mainly: blue. Hex color #440287 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440287 is #BBFD78. Grayscale: #242424. Windows color (decimal): -12320121 or 8847940. OLE color: 8847940.

HSL color Cylindrical-coordinate representation of color #440287: hue angle of 269.77º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #440287 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 2 135 -
CMYK 0.50 0.99 0 0.47
HSL 269.77º 0.97% 0.27% -
HSV(B) 269.77º 0.99% 0.53% -
XYZ 6.78 3.02 23.15 -
YUV 36.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 68 2 135 0.50 0.99 0 0.47 269.77 0.97 0.27
Hex 44 2 87 32 63 0 2F 10E 61 1B
Octal 104 2 207 62 143 0 57 416 141 33
Binary 1000100 10 10000111 110010 1100011 0 101111 100001110 1100001 11011

Color Harmonies of #440287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440287

Black with #440287

Text Example


Text Example

White with #440287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440287; }

 p { color: rgb(68,2,135); }

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

background-color css

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

 a { background-color: rgb(68,2,135); }

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

border-color css

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

 span { border-color: rgb(68,2,135); }

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