Html Css Color HEX #450863 Indigo

📋 copy color: '#450863'

red 69 ◦ green 8 ◦ blue 99

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

Shades of Indigo #450863

Tints of Indigo #450863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.55%

 BLUE value IS 99 (39.06% from 255) = 56.25%

R = 39.2%
G = 4.55%
B = 56.25%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#450863 (or 0x450863) is known color: Indigo. HEX triplet: 45, 08 and 63. RGB value is (69,8,99). Sum of RGB (Red+Green+Blue) = 69+8+99=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #450863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450863 is #BAF79C. Grayscale: #242424. Windows color (decimal): -12253085 or 6490181. OLE color: 6490181.

HSL color Cylindrical-coordinate representation of color #450863: hue angle of 280.22º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450863 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 8 99 -
CMYK 0.30 0.92 0 0.61
HSL 280.22º 0.85% 0.21% -
HSV(B) 280.22º 0.92% 0.39% -
XYZ 4.79 2.34 12 -
YUV 36.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 69 8 99 0.30 0.92 0 0.61 280.22 0.85 0.21
Hex 45 8 63 1E 5C 0 3D 118 55 15
Octal 105 10 143 36 134 0 75 430 125 25
Binary 1000101 1000 1100011 11110 1011100 0 111101 100011000 1010101 10101

Color Harmonies of #450863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450863

Black with #450863

Text Example


Text Example

White with #450863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450863; }

 p { color: rgb(69,8,99); }

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

background-color css

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

 a { background-color: rgb(69,8,99); }

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

border-color css

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

 span { border-color: rgb(69,8,99); }

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