Html Css Color HEX #450570 Indigo

📋 copy color: '#450570'

red 69 ◦ green 5 ◦ blue 112

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

Shades of Indigo #450570

Tints of Indigo #450570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

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

R = 37.1%
G = 2.69%
B = 60.22%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450570 (or 0x450570) is known color: Indigo. HEX triplet: 45, 05 and 70. RGB value is (69,5,112). Sum of RGB (Red+Green+Blue) = 69+5+112=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #450570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450570 is #BAFA8F. Grayscale: #232323. Windows color (decimal): -12253840 or 7341381. OLE color: 7341381.

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

Color convert

RGB 69 5 112 -
CMYK 0.38 0.96 0 0.56
HSL 275.89º 0.91% 0.23% -
HSV(B) 275.89º 0.96% 0.44% -
XYZ 5.43 2.54 15.53 -
YUV 36.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 69 5 112 0.38 0.96 0 0.56 275.89 0.91 0.23
Hex 45 5 70 26 60 0 38 114 5B 17
Octal 105 5 160 46 140 0 70 424 133 27
Binary 1000101 101 1110000 100110 1100000 0 111000 100010100 1011011 10111

Color Harmonies of #450570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450570

Black with #450570

Text Example


Text Example

White with #450570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450570; }

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

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

background-color css

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

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

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

border-color css

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

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

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