Html Css Color HEX #450193 Indigo

📋 copy color: '#450193'

red 69 ◦ green 1 ◦ blue 147

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

Shades of Indigo #450193

Tints of Indigo #450193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 31.8%
G = 0.46%
B = 67.74%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450193 (or 0x450193) is known color: Indigo. HEX triplet: 45, 01 and 93. RGB value is (69,1,147). Sum of RGB (Red+Green+Blue) = 69+1+147=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #450193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450193 is #BAFE6C. Grayscale: #252525. Windows color (decimal): -12254829 or 9634117. OLE color: 9634117.

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

Color convert

RGB 69 1 147 -
CMYK 0.53 0.99 0 0.42
HSL 267.95º 0.99% 0.29% -
HSV(B) 267.95º 0.99% 0.58% -
XYZ 7.73 3.39 27.85 -
YUV 37.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 69 1 147 0.53 0.99 0 0.42 267.95 0.99 0.29
Hex 45 1 93 35 63 0 2A 10C 63 1D
Octal 105 1 223 65 143 0 52 414 143 35
Binary 1000101 1 10010011 110101 1100011 0 101010 100001100 1100011 11101

Color Harmonies of #450193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450193

Black with #450193

Text Example


Text Example

White with #450193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450193; }

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

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

background-color css

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

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

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

border-color css

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

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

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