Html Css Color HEX #450171 Indigo

📋 copy color: '#450171'

red 69 ◦ green 1 ◦ blue 113

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

Shades of Indigo #450171

Tints of Indigo #450171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 61.75%

R = 37.7%
G = 0.55%
B = 61.75%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#450171 (or 0x450171) is known color: Indigo. HEX triplet: 45, 01 and 71. RGB value is (69,1,113). Sum of RGB (Red+Green+Blue) = 69+1+113=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #450171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450171 is #BAFE8E. Grayscale: #212121. Windows color (decimal): -12254863 or 7405893. OLE color: 7405893.

HSL color Cylindrical-coordinate representation of color #450171: hue angle of 276.43º 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 #450171 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 1 113 -
CMYK 0.39 0.99 0 0.56
HSL 276.43º 0.98% 0.22% -
HSV(B) 276.43º 0.99% 0.44% -
XYZ 5.45 2.48 15.81 -
YUV 34.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 69 1 113 0.39 0.99 0 0.56 276.43 0.98 0.22
Hex 45 1 71 27 63 0 38 114 62 16
Octal 105 1 161 47 143 0 70 424 142 26
Binary 1000101 1 1110001 100111 1100011 0 111000 100010100 1100010 10110

Color Harmonies of #450171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450171

Black with #450171

Text Example


Text Example

White with #450171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450171; }

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

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

background-color css

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

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

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

border-color css

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

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

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