Html Css Color HEX #450178 Indigo

📋 copy color: '#450178'

red 69 ◦ green 1 ◦ blue 120

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

Shades of Indigo #450178

Tints of Indigo #450178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 63.16%

R = 36.32%
G = 0.53%
B = 63.16%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#450178 (or 0x450178) is known color: Indigo. HEX triplet: 45, 01 and 78. RGB value is (69,1,120). Sum of RGB (Red+Green+Blue) = 69+1+120=190 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.32% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 120 (47.27% from 255 or 63.16% from 190); Max value from RGB is 120 - color contains mainly: blue. Hex color #450178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450178 is #BAFE87. Grayscale: #222222. Windows color (decimal): -12254856 or 7864645. OLE color: 7864645.

HSL color Cylindrical-coordinate representation of color #450178: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450178 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 1 120 -
CMYK 0.42 0.99 0 0.53
HSL 274.29º 0.98% 0.24% -
HSV(B) 274.29º 0.99% 0.47% -
XYZ 5.86 2.64 17.97 -
YUV 34.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 69 1 120 0.42 0.99 0 0.53 274.29 0.98 0.24
Hex 45 1 78 2A 63 0 35 112 62 18
Octal 105 1 170 52 143 0 65 422 142 30
Binary 1000101 1 1111000 101010 1100011 0 110101 100010010 1100010 11000

Color Harmonies of #450178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450178

Black with #450178

Text Example


Text Example

White with #450178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450178; }

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

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

background-color css

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

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

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

border-color css

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

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

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