Html Css Color HEX #450393 Indigo

📋 copy color: '#450393'

red 69 ◦ green 3 ◦ blue 147

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

Shades of Indigo #450393

Tints of Indigo #450393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 31.51%
G = 1.37%
B = 67.12%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450393 (or 0x450393) is known color: Indigo. HEX triplet: 45, 03 and 93. RGB value is (69,3,147). Sum of RGB (Red+Green+Blue) = 69+3+147=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 147 (57.81% from 255 or 67.12% from 219); Max value from RGB is 147 - color contains mainly: blue. Hex color #450393 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450393 is #BAFC6C. Grayscale: #262626. Windows color (decimal): -12254317 or 9634629. OLE color: 9634629.

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

Color convert

RGB 69 3 147 -
CMYK 0.53 0.98 0 0.42
HSL 267.5º 0.96% 0.29% -
HSV(B) 267.5º 0.98% 0.58% -
XYZ 7.75 3.44 27.86 -
YUV 39.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 69 3 147 0.53 0.98 0 0.42 267.5 0.96 0.29
Hex 45 3 93 35 62 0 2A 10C 60 1D
Octal 105 3 223 65 142 0 52 414 140 35
Binary 1000101 11 10010011 110101 1100010 0 101010 100001100 1100000 11101

Color Harmonies of #450393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450393

Black with #450393

Text Example


Text Example

White with #450393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450393; }

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

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

background-color css

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

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

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

border-color css

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

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

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