Html Css Color HEX #450063 Indigo

📋 copy color: '#450063'

red 69 ◦ green 0 ◦ blue 99

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

Shades of Indigo #450063

Tints of Indigo #450063

RGB

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

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

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

R = 41.07%
G = 0%
B = 58.93%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#450063 (or 0x450063) is known color: Indigo. HEX triplet: 45, 00 and 63. RGB value is (69,0,99). Sum of RGB (Red+Green+Blue) = 69+0+99=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 99 (39.06% from 255 or 58.93% from 168); Max value from RGB is 99 - color contains mainly: blue. Hex color #450063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450063 is #BAFF9C. Grayscale: #1F1F1F. Windows color (decimal): -12255133 or 6488133. OLE color: 6488133.

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

Color convert

RGB 69 0 99 -
CMYK 0.30 1 0 0.61
HSL 281.82º 1% 0.19% -
HSV(B) 281.82º 1% 0.39% -
XYZ 4.71 2.17 11.97 -
YUV 31.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 69 0 99 0.30 1 0 0.61 281.82 1 0.19
Hex 45 0 63 1E 64 0 3D 11A 64 13
Octal 105 0 143 36 144 0 75 432 144 23
Binary 1000101 0 1100011 11110 1100100 0 111101 100011010 1100100 10011

Color Harmonies of #450063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450063

Black with #450063

Text Example


Text Example

White with #450063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450063; }

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

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

background-color css

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

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

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

border-color css

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

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

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