Html Css Color HEX #450763 Indigo

📋 copy color: '#450763'

red 69 ◦ green 7 ◦ blue 99

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

Shades of Indigo #450763

Tints of Indigo #450763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4%

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

R = 39.43%
G = 4%
B = 56.57%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#450763 (or 0x450763) is known color: Indigo. HEX triplet: 45, 07 and 63. RGB value is (69,7,99). Sum of RGB (Red+Green+Blue) = 69+7+99=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #450763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450763 is #BAF89C. Grayscale: #232323. Windows color (decimal): -12253341 or 6489925. OLE color: 6489925.

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

Color convert

RGB 69 7 99 -
CMYK 0.30 0.93 0 0.61
HSL 280.43º 0.87% 0.21% -
HSV(B) 280.43º 0.93% 0.39% -
XYZ 4.78 2.32 12 -
YUV 36.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 69 7 99 0.30 0.93 0 0.61 280.43 0.87 0.21
Hex 45 7 63 1E 5D 0 3D 118 57 15
Octal 105 7 143 36 135 0 75 430 127 25
Binary 1000101 111 1100011 11110 1011101 0 111101 100011000 1010111 10101

Color Harmonies of #450763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450763

Black with #450763

Text Example


Text Example

White with #450763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450763; }

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

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

background-color css

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

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

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

border-color css

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

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

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