Html Css Color HEX #450970 Indigo

📋 copy color: '#450970'

red 69 ◦ green 9 ◦ blue 112

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

Shades of Indigo #450970

Tints of Indigo #450970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.74%

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

R = 36.32%
G = 4.74%
B = 58.95%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450970 (or 0x450970) is known color: Indigo. HEX triplet: 45, 09 and 70. RGB value is (69,9,112). Sum of RGB (Red+Green+Blue) = 69+9+112=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #450970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450970 is #BAF68F. Grayscale: #262626. Windows color (decimal): -12252816 or 7342405. OLE color: 7342405.

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

Color convert

RGB 69 9 112 -
CMYK 0.38 0.92 0 0.56
HSL 274.95º 0.85% 0.24% -
HSV(B) 274.95º 0.92% 0.44% -
XYZ 5.48 2.63 15.55 -
YUV 38.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 69 9 112 0.38 0.92 0 0.56 274.95 0.85 0.24
Hex 45 9 70 26 5C 0 38 113 55 18
Octal 105 11 160 46 134 0 70 423 125 30
Binary 1000101 1001 1110000 100110 1011100 0 111000 100010011 1010101 11000

Color Harmonies of #450970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450970

Black with #450970

Text Example


Text Example

White with #450970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450970; }

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

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

background-color css

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

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

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

border-color css

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

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

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