Html Css Color HEX #450687 Indigo

📋 copy color: '#450687'

red 69 ◦ green 6 ◦ blue 135

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

Shades of Indigo #450687

Tints of Indigo #450687

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 135 (53.13% from 255) = 64.29%

R = 32.86%
G = 2.86%
B = 64.29%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#450687 (or 0x450687) is known color: Indigo. HEX triplet: 45, 06 and 87. RGB value is (69,6,135). Sum of RGB (Red+Green+Blue) = 69+6+135=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #450687 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450687 is #BAF978. Grayscale: #272727. Windows color (decimal): -12253561 or 8848965. OLE color: 8848965.

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

Color convert

RGB 69 6 135 -
CMYK 0.49 0.96 0 0.47
HSL 269.3º 0.91% 0.28% -
HSV(B) 269.3º 0.96% 0.53% -
XYZ 6.89 3.14 23.17 -
YUV 39.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 69 6 135 0.49 0.96 0 0.47 269.3 0.91 0.28
Hex 45 6 87 31 60 0 2F 10D 5B 1C
Octal 105 6 207 61 140 0 57 415 133 34
Binary 1000101 110 10000111 110001 1100000 0 101111 100001101 1011011 11100

Color Harmonies of #450687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450687

Black with #450687

Text Example


Text Example

White with #450687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450687; }

 p { color: rgb(69,6,135); }

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

background-color css

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

 a { background-color: rgb(69,6,135); }

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

border-color css

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

 span { border-color: rgb(69,6,135); }

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