Html Css Color HEX #450086 Indigo

📋 copy color: '#450086'

red 69 ◦ green 0 ◦ blue 134

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

Shades of Indigo #450086

Tints of Indigo #450086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.99%
G = 0%
B = 66.01%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#450086 (or 0x450086) is known color: Indigo. HEX triplet: 45, 00 and 86. RGB value is (69,0,134). Sum of RGB (Red+Green+Blue) = 69+0+134=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #450086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450086 is #BAFF79. Grayscale: #232323. Windows color (decimal): -12255098 or 8781893. OLE color: 8781893.

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

Color convert

RGB 69 0 134 -
CMYK 0.49 1 0 0.47
HSL 270.9º 1% 0.26% -
HSV(B) 270.9º 1% 0.53% -
XYZ 6.76 2.99 22.77 -
YUV 35.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 69 0 134 0.49 1 0 0.47 270.9 1 0.26
Hex 45 0 86 31 64 0 2F 10F 64 1A
Octal 105 0 206 61 144 0 57 417 144 32
Binary 1000101 0 10000110 110001 1100100 0 101111 100001111 1100100 11010

Color Harmonies of #450086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450086

Black with #450086

Text Example


Text Example

White with #450086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450086; }

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

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

background-color css

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

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

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

border-color css

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

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

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