Html Css Color HEX #450793 Indigo

📋 copy color: '#450793'

red 69 ◦ green 7 ◦ blue 147

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

Shades of Indigo #450793

Tints of Indigo #450793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.92%

R = 30.94%
G = 3.14%
B = 65.92%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450793 (or 0x450793) is known color: Indigo. HEX triplet: 45, 07 and 93. RGB value is (69,7,147). Sum of RGB (Red+Green+Blue) = 69+7+147=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 147 (57.81% from 255 or 65.92% from 223); Max value from RGB is 147 - color contains mainly: blue. Hex color #450793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450793 is #BAF86C. Grayscale: #292929. Windows color (decimal): -12253293 or 9635653. OLE color: 9635653.

HSL color Cylindrical-coordinate representation of color #450793: hue angle of 266.57º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #450793 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 7 147 -
CMYK 0.53 0.95 0 0.42
HSL 266.57º 0.91% 0.3% -
HSV(B) 266.57º 0.95% 0.58% -
XYZ 7.8 3.52 27.87 -
YUV 41.5 187.54 147.62 -
System Red Green Blue C M Y K H S L
Decimal 69 7 147 0.53 0.95 0 0.42 266.57 0.91 0.3
Hex 45 7 93 35 5F 0 2A 10B 5B 1E
Octal 105 7 223 65 137 0 52 413 133 36
Binary 1000101 111 10010011 110101 1011111 0 101010 100001011 1011011 11110

Color Harmonies of #450793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450793

Black with #450793

Text Example


Text Example

White with #450793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450793; }

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

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

background-color css

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

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

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

border-color css

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

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

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