Html Css Color HEX #450693 Indigo

📋 copy color: '#450693'

red 69 ◦ green 6 ◦ blue 147

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

Shades of Indigo #450693

Tints of Indigo #450693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

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

R = 31.08%
G = 2.7%
B = 66.22%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#450693 (or 0x450693) is known color: Indigo. HEX triplet: 45, 06 and 93. RGB value is (69,6,147). Sum of RGB (Red+Green+Blue) = 69+6+147=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 147 (57.81% from 255 or 66.22% from 222); Max value from RGB is 147 - color contains mainly: blue. Hex color #450693 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450693 is #BAF96C. Grayscale: #282828. Windows color (decimal): -12253549 or 9635397. OLE color: 9635397.

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

Color convert

RGB 69 6 147 -
CMYK 0.53 0.96 0 0.42
HSL 266.81º 0.92% 0.3% -
HSV(B) 266.81º 0.96% 0.58% -
XYZ 7.79 3.5 27.87 -
YUV 40.91 187.87 148.04 -
System Red Green Blue C M Y K H S L
Decimal 69 6 147 0.53 0.96 0 0.42 266.81 0.92 0.3
Hex 45 6 93 35 60 0 2A 10B 5C 1E
Octal 105 6 223 65 140 0 52 413 134 36
Binary 1000101 110 10010011 110101 1100000 0 101010 100001011 1011100 11110

Color Harmonies of #450693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450693

Black with #450693

Text Example


Text Example

White with #450693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450693; }

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

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

background-color css

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

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

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

border-color css

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

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

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