Html Css Color HEX #450186 Indigo

📋 copy color: '#450186'

red 69 ◦ green 1 ◦ blue 134

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

Shades of Indigo #450186

Tints of Indigo #450186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 65.69%

R = 33.82%
G = 0.49%
B = 65.69%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#450186 (or 0x450186) is known color: Indigo. HEX triplet: 45, 01 and 86. RGB value is (69,1,134). Sum of RGB (Red+Green+Blue) = 69+1+134=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #450186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450186 is #BAFE79. Grayscale: #242424. Windows color (decimal): -12254842 or 8782149. OLE color: 8782149.

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

Color convert

RGB 69 1 134 -
CMYK 0.49 0.99 0 0.47
HSL 270.68º 0.99% 0.26% -
HSV(B) 270.68º 0.99% 0.53% -
XYZ 6.77 3.01 22.78 -
YUV 36.49 183.03 151.19 -
System Red Green Blue C M Y K H S L
Decimal 69 1 134 0.49 0.99 0 0.47 270.68 0.99 0.26
Hex 45 1 86 31 63 0 2F 10F 63 1A
Octal 105 1 206 61 143 0 57 417 143 32
Binary 1000101 1 10000110 110001 1100011 0 101111 100001111 1100011 11010

Color Harmonies of #450186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450186

Black with #450186

Text Example


Text Example

White with #450186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450186; }

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

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

background-color css

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

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

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

border-color css

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

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

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