Html Css Color HEX #450870 Indigo

📋 copy color: '#450870'

red 69 ◦ green 8 ◦ blue 112

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

Shades of Indigo #450870

Tints of Indigo #450870

RGB

 RED value IS 69 (27.34% from 255) = 36.51%

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

 BLUE value IS 112 (44.14% from 255) = 59.26%

R = 36.51%
G = 4.23%
B = 59.26%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450870 (or 0x450870) is known color: Indigo. HEX triplet: 45, 08 and 70. RGB value is (69,8,112). Sum of RGB (Red+Green+Blue) = 69+8+112=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #450870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450870 is #BAF78F. Grayscale: #252525. Windows color (decimal): -12253072 or 7342149. OLE color: 7342149.

HSL color Cylindrical-coordinate representation of color #450870: hue angle of 275.19º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450870 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 8 112 -
CMYK 0.38 0.93 0 0.56
HSL 275.19º 0.87% 0.24% -
HSV(B) 275.19º 0.93% 0.44% -
XYZ 5.47 2.61 15.54 -
YUV 38.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 69 8 112 0.38 0.93 0 0.56 275.19 0.87 0.24
Hex 45 8 70 26 5D 0 38 113 57 18
Octal 105 10 160 46 135 0 70 423 127 30
Binary 1000101 1000 1110000 100110 1011101 0 111000 100010011 1010111 11000

Color Harmonies of #450870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450870

Black with #450870

Text Example


Text Example

White with #450870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450870; }

 p { color: rgb(69,8,112); }

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

background-color css

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

 a { background-color: rgb(69,8,112); }

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

border-color css

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

 span { border-color: rgb(69,8,112); }

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