Html Css Color HEX #450170 Indigo

📋 copy color: '#450170'

red 69 ◦ green 1 ◦ blue 112

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

Shades of Indigo #450170

Tints of Indigo #450170

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 37.91%
G = 0.55%
B = 61.54%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450170 (or 0x450170) is known color: Indigo. HEX triplet: 45, 01 and 70. RGB value is (69,1,112). Sum of RGB (Red+Green+Blue) = 69+1+112=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #450170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450170 is #BAFE8F. Grayscale: #212121. Windows color (decimal): -12254864 or 7340357. OLE color: 7340357.

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

Color convert

RGB 69 1 112 -
CMYK 0.38 0.99 0 0.56
HSL 276.76º 0.98% 0.22% -
HSV(B) 276.76º 0.99% 0.44% -
XYZ 5.39 2.46 15.52 -
YUV 33.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 69 1 112 0.38 0.99 0 0.56 276.76 0.98 0.22
Hex 45 1 70 26 63 0 38 115 62 16
Octal 105 1 160 46 143 0 70 425 142 26
Binary 1000101 1 1110000 100110 1100011 0 111000 100010101 1100010 10110

Color Harmonies of #450170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450170

Black with #450170

Text Example


Text Example

White with #450170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450170; }

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

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

background-color css

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

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

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

border-color css

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

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

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